aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-09 13:23:31 +0000
committerLoïc Hoguin <[email protected]>2017-11-09 13:23:31 +0000
commit32d9d494c70f1f48a9194fce8eb550cd3f88df54 (patch)
treec16eb47e190212edb97737a32b1340aa4fbc9980 /doc
parentf200a6febd9cf935e8d55e084d12fb68073cf3f3 (diff)
downloadcowboy-32d9d494c70f1f48a9194fce8eb550cd3f88df54.tar.gz
cowboy-32d9d494c70f1f48a9194fce8eb550cd3f88df54.tar.bz2
cowboy-32d9d494c70f1f48a9194fce8eb550cd3f88df54.zip
Add a changelog for cowboy_rest
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/cowboy_rest.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/manual/cowboy_rest.asciidoc b/doc/src/manual/cowboy_rest.asciidoc
index db048e1..105506a 100644
--- a/doc/src/manual/cowboy_rest.asciidoc
+++ b/doc/src/manual/cowboy_rest.asciidoc
@@ -669,6 +669,11 @@ representation of the resource.
Cowboy automatically adds the accept, accept-charset and
accept-language headers when necessary.
+== Changelog
+
+* *2.1*: The `switch_handler` return value was added.
+* *1.0*: Behavior introduced.
+
== See also
link:man:cowboy(7)[cowboy(7)],