diff options
author | Loïc Hoguin <[email protected]> | 2018-04-10 10:57:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-04-10 10:57:42 +0200 |
commit | 8eaae552ec520605b7f4b0e5943256d2b5e3621c (patch) | |
tree | 7fd982a82d71f0195cdf33d5e880ddc7c5388dc5 /CHANGELOG.asciidoc | |
parent | ab4bd965e3b2a704d34a335c3158e7317606d1a2 (diff) | |
download | ranch-1.5.0.tar.gz ranch-1.5.0.tar.bz2 ranch-1.5.0.zip |
Ranch 1.5.01.5.0
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r-- | CHANGELOG.asciidoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e7209cf..4a528cc 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,5 +1,11 @@ = CHANGELOG +== 1.5.0 + +* Add transport functions getopts/2, getstat/1 and getstat/2 +* Fix ranch:info/0 and ranch:procs/2 in embedded mode +* Prevent ranch_conns_sup from stopping on unexpected messages + == 1.4.0 * Add new transport option num_acceptor @@ -34,7 +40,6 @@ do not include code changes. == 1.2.0 - * Allow the supervised process and the process owning the socket to be different * Add many transport options (please refer to the documentation) * Add function ranch:get_addr/1 to retrieve both IP and port of listener |