From a66484cf97db7ce3fc56b9e8f23b93a4e3da03ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 6 Aug 2018 17:02:46 +0200 Subject: Gun 1.1.0 --- doc/src/guide/book.asciidoc | 6 ++++++ doc/src/guide/migrating_from_1.0.asciidoc | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 doc/src/guide/migrating_from_1.0.asciidoc (limited to 'doc') diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index f9508bc..0fd92a4 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -4,6 +4,8 @@ = Gun User Guide += Interface + include::introduction.asciidoc[Introduction] include::start.asciidoc[Starting and stopping] @@ -15,3 +17,7 @@ include::connect.asciidoc[Connection] include::http.asciidoc[Using HTTP] include::websocket.asciidoc[Using Websocket] + += Additional information + +include::migrating_from_1.0.asciidoc[Migrating from Gun 1.0 to 1.1] 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. -- cgit v1.2.3