diff options
author | Loïc Hoguin <[email protected]> | 2018-08-08 12:55:18 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-08-08 12:55:18 +0200 |
commit | 87a857865a83c63412bb465a9a570a63f10af8f1 (patch) | |
tree | aa0acd07626420d6cbf3551304b291b4900d5ce0 /docs/en/gun/1.1/guide/migrating_from_1.0.asciidoc | |
parent | a63ee9b363aa7214343966690b50d77f4d3475e6 (diff) | |
download | ninenines.eu-87a857865a83c63412bb465a9a570a63f10af8f1.tar.gz ninenines.eu-87a857865a83c63412bb465a9a570a63f10af8f1.tar.bz2 ninenines.eu-87a857865a83c63412bb465a9a570a63f10af8f1.zip |
Gun 1.1
Diffstat (limited to 'docs/en/gun/1.1/guide/migrating_from_1.0.asciidoc')
-rw-r--r-- | docs/en/gun/1.1/guide/migrating_from_1.0.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/gun/1.1/guide/migrating_from_1.0.asciidoc b/docs/en/gun/1.1/guide/migrating_from_1.0.asciidoc new file mode 100644 index 00000000..8057683c --- /dev/null +++ b/docs/en/gun/1.1/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. |