From 8b4c6f4bf9880d59bbc012b6ba9d5e60c4f62b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 18 Jul 2018 17:24:41 +0200 Subject: Add one manual per function for the ranch module Also review and update the ranch(7) manual and fix a few specs. --- doc/src/guide/upcoming_2.0_changes.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/src/guide/upcoming_2.0_changes.asciidoc') diff --git a/doc/src/guide/upcoming_2.0_changes.asciidoc b/doc/src/guide/upcoming_2.0_changes.asciidoc index 40fc4e9..f60bde6 100644 --- a/doc/src/guide/upcoming_2.0_changes.asciidoc +++ b/doc/src/guide/upcoming_2.0_changes.asciidoc @@ -14,6 +14,10 @@ recent Ranch version. * The function `ranch:accept_ack/1` has been deprecated in favor of `ranch:handshake/1,2`. +* The function `ranch:info/1,2` will return a map containing + each listener's information rather than a list of key/values. + The `num_acceptors` key will be removed. + * The socket will no longer be passed to the protocol when starting it. It will be available as a return value from `ranch:handshake/1,2` only. -- cgit v1.2.3