Mention changes in CHANGELOG

This commit is contained in:
Pieter Noordhuis 2012-08-27 23:55:23 -07:00
parent 05d0608ab9
commit 1f420bd31b
1 changed files with 8 additions and 0 deletions

View File

@ -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