aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-06-07 15:04:33 +0200
committerLoïc Hoguin <[email protected]>2017-06-07 15:04:33 +0200
commit25c1bdbb8619313f091a7c30ddcc5a18527aacd6 (patch)
tree037af7f1cf5239417c7bba9ee04672975e553dcb
parent166c871cde56c46f7dd923984d50e14b7cb70c17 (diff)
downloadranch-25c1bdbb8619313f091a7c30ddcc5a18527aacd6.tar.gz
ranch-25c1bdbb8619313f091a7c30ddcc5a18527aacd6.tar.bz2
ranch-25c1bdbb8619313f091a7c30ddcc5a18527aacd6.zip
Update CHANGELOG
-rw-r--r--CHANGELOG.asciidoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index d89960e..e7209cf 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -1,7 +1,17 @@
= CHANGELOG
+== 1.4.0
+
+* Add new transport option num_acceptor
+* Deprecate ranch:start_listener/6 in favor of start_listener/5
+* Deprecate ranch:child_spec/6 in favor of child_spec/5
+
== 1.3.0
+The version numbers 1.3.1 and 1.3.2 were later made to fix
+small mistakes made during the 1.3.0 release process. They
+do not include code changes.
+
* Tested with OTP R16B+ on Linux, FreeBSD, OSX and Windows
* Add ssl to the list of dependencies
* Add ranch:info/0 and ranch:procs/2 to retrieve Ranch state information