diff options
author | Loïc Hoguin <[email protected]> | 2019-09-26 14:05:08 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-09-26 14:05:08 +0200 |
commit | e39252ae5048156ac33999ce9bb07212798b6b80 (patch) | |
tree | e1659087748735d3e3ae223900c9b262446d2ef5 /docs/en/gun/2.0/guide/migrating_from_1.0.asciidoc | |
parent | a710610c03c8b3dc78214f1a37abc9907eb3f5a8 (diff) | |
download | ninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.tar.gz ninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.tar.bz2 ninenines.eu-e39252ae5048156ac33999ce9bb07212798b6b80.zip |
Add Gun 2.0-pre documentation
But don't propagate via RSS.
Diffstat (limited to 'docs/en/gun/2.0/guide/migrating_from_1.0.asciidoc')
-rw-r--r-- | docs/en/gun/2.0/guide/migrating_from_1.0.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/gun/2.0/guide/migrating_from_1.0.asciidoc b/docs/en/gun/2.0/guide/migrating_from_1.0.asciidoc new file mode 100644 index 00000000..8057683c --- /dev/null +++ b/docs/en/gun/2.0/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. |