aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-22 14:04:44 +0200
committerLoïc Hoguin <[email protected]>2015-08-22 14:04:44 +0200
commit6745cad376eb9a023410e0235009d44af672f6e7 (patch)
treefa42cdaa90c643edd5a5b468d02d107ce27da36c /CHANGELOG.asciidoc
parent309f8bacf62efa1bcf6b85bfabc7ae45b6544b79 (diff)
downloadranch-6745cad376eb9a023410e0235009d44af672f6e7.tar.gz
ranch-6745cad376eb9a023410e0235009d44af672f6e7.tar.bz2
ranch-6745cad376eb9a023410e0235009d44af672f6e7.zip
Convert CHANGELOG and README to Asciidoc
Update CHANGELOG in the process.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r--CHANGELOG.asciidoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
new file mode 100644
index 0000000..de4c68a
--- /dev/null
+++ b/CHANGELOG.asciidoc
@@ -0,0 +1,28 @@
+= CHANGELOG
+
+== 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)
+* Don't pass Ranch-specific options down to transports
+** Should make Dialyzer happy in user projects.
+** New types ranch:opt(), ranch_tcp:opt(), ranch_ssl:ssl_opt() and ranch_ssl:opt()
+* Fix crash when filtering unknown options out
+* Print a warning for each option filtered out
+* Handle Transport:controlling_socket/2 errors and close the socket
+* Handle Protocol:start_link/4 crashes to avoid killing all active connections
+* Use Asciidoc for documentation.
+* Test Ranch across 14 Erlang versions on CircleCI.
+* Improve and document test suites with recent ct_helper improvements.
+* Fix a number of intermittent test issues.
+
+== 1.1.0
+
+* Add Transport:secure/0
+* Add SSL partial_chain option
+* Stop reporting errors on {error, closed} in accept_ack
+
+== 1.0.0
+
+* Initial release.