summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-04-11 14:34:51 +0200
committerLoïc Hoguin <[email protected]>2025-04-11 14:34:51 +0200
commiteb808a3f8bbd97d2a2ea0114b43b708a17b44066 (patch)
treefc142e5b11792af4f84d8634d9a8809f32344634 /docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc
parent25e93c91878b7f8536764b06d2cb72020031acd1 (diff)
downloadninenines.eu-master.tar.gz
ninenines.eu-master.tar.bz2
ninenines.eu-master.zip
Gun 2.2.0HEADmaster
Diffstat (limited to 'docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc')
-rw-r--r--docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc b/docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc
new file mode 100644
index 00000000..3a11cfd3
--- /dev/null
+++ b/docs/en/gun/2.2/guide/migrating_from_1.0.asciidoc
@@ -0,0 +1,21 @@
+[appendix]
+== Migrating from Gun 1.0 to 1.1
+
+Gun 1.1 updates the Cowlib dependency to 2.5.1 and fixes a
+few problems with experimental features.
+
+=== Features added
+
+* Update Cowlib to 2.5.1
+
+=== Bugs fixed
+
+* A bug in the experimental `gun_sse_h` where lone id lines
+ were not propagated has been fixed by updating the Cowlib
+ dependency.
+
+* The status code was incorrectly given to the experimental
+ content handlers as a binary. It has been fixed an an
+ integer is now given as was intended.
+
+* A number of Dialyzer warnings have been fixed.