Browse Source

Update CHANGELOG

Loïc Hoguin 8 years ago
parent
commit
25c1bdbb86
1 changed files with 10 additions and 0 deletions
  1. 10 0
      CHANGELOG.asciidoc

+ 10 - 0
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