aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_1.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-06 17:02:46 +0200
committerLoïc Hoguin <[email protected]>2018-08-06 17:02:46 +0200
commita66484cf97db7ce3fc56b9e8f23b93a4e3da03ec (patch)
tree2f587f4678f2271f1dde44d4108a94e8c6743d66 /doc/src/guide/migrating_from_1.0.asciidoc
parentf5a96e5ce978de1bf4c6a4dc028a9e26634f045b (diff)
downloadgun-a66484cf97db7ce3fc56b9e8f23b93a4e3da03ec.tar.gz
gun-a66484cf97db7ce3fc56b9e8f23b93a4e3da03ec.tar.bz2
gun-a66484cf97db7ce3fc56b9e8f23b93a4e3da03ec.zip
Gun 1.1.01.1.0
Diffstat (limited to 'doc/src/guide/migrating_from_1.0.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_1.0.asciidoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/src/guide/migrating_from_1.0.asciidoc b/doc/src/guide/migrating_from_1.0.asciidoc
new file mode 100644
index 0000000..8057683
--- /dev/null
+++ b/doc/src/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.