diff options
author | Loïc Hoguin <[email protected]> | 2025-02-14 13:33:01 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-14 13:33:01 +0100 |
commit | 9c8520ab8e9c6f3890ac3251d04fbe0b9514940f (patch) | |
tree | 5283ddf388097ddef0136156a3068da6338aa618 /doc/src/manual | |
parent | 0923a1b9f8abfdf8ea8331fcd4a55436e9eab344 (diff) | |
download | ranch-master.tar.gz ranch-master.tar.bz2 ranch-master.zip |
Diffstat (limited to 'doc/src/manual')
-rw-r--r-- | doc/src/manual/ranch_transport.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/ranch_transport.asciidoc b/doc/src/manual/ranch_transport.asciidoc index 4717281..a4c90d0 100644 --- a/doc/src/manual/ranch_transport.asciidoc +++ b/doc/src/manual/ranch_transport.asciidoc @@ -354,6 +354,7 @@ The exact type will vary depending on the transport module. == Changelog +* *2.2*: The callback `format_error/1` was added. * *2.0*: The callback `listen/1` has changed to accept a map of transport options instead of socket options. * *2.0*: The callback `messages/0` return value was updated to |