|
@@ -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
|