add changelog

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@611 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2012-12-24 23:39:25 +00:00
parent 3530b37e2a
commit a21da812d9

View File

@ -1,6 +1,9 @@
HEAD
------------------------------------------------------------------------
* Use ppoll(2) where possible to improve scalability.
(Credit: Eric Wong)
* Optimize kevent() when it is called with a zero timeout.
(Credit: Eric Wong)