summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2012-08-27 23:55:23 -0700
committerPieter Noordhuis <pcnoordhuis@gmail.com>2012-08-27 23:55:23 -0700
commit1f420bd31b94b8145832ad13c2cd22cab596587c (patch)
treec522ebb3e8630dc9510ebd8147947b9d35ac2928 /CHANGELOG.md
parent05d0608ab9311f48be9b95495e0ea9d7eee5f148 (diff)
Mention changes in CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d41db8a..4a57b81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+### 0.11.0
+
+* Increase the maximum multi-bulk reply depth to 8.
+
+* Increase the read buffer size from 2k to 16k.
+
+* Use poll(2) instead of select(2) to support large fds (>= 1024).
+
### 0.10.1
* Makefile overhaul. Important to check out if you override one or more