diff options
author | Loïc Hoguin <[email protected]> | 2013-04-03 13:50:36 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-04-03 13:50:36 +0200 |
commit | ea935413cd4cfe86190e5f94a91276ae4f2a3f00 (patch) | |
tree | e6df34a3a9a1b7aa0ee954cfcfbc9c1b798a8083 | |
parent | 2b56bb498f82860fb8783a7ee4d69a1d5696c5c9 (diff) | |
download | cowboy-ea935413cd4cfe86190e5f94a91276ae4f2a3f00.tar.gz cowboy-ea935413cd4cfe86190e5f94a91276ae4f2a3f00.tar.bz2 cowboy-ea935413cd4cfe86190e5f94a91276ae4f2a3f00.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2402324..825d820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ CHANGELOG ========= +0.8.3 +----- + + * Remove init_stream/5, add stream_body/2 + + It's better to allow configuring the streamed chunk size on + a per chunk basis. Also easier to use. + + * Update Ranch to 0.8.0 + + Much faster. Also improved stability. + 0.8.2 ----- |