1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Update CHANGELOG

This commit is contained in:
Daniel Lowrey 2014-11-18 10:08:00 -05:00
parent 398c1a6790
commit 448dd501f3

View File

@ -2,6 +2,18 @@
- n/a
v0.14.0
-------
- Improve public property struct safety with new `Struct` class
- Prevent breakage if missing `ext/openssl` with libuv socket watchers in windows
- Allow multiple IO watchers for streams using the libuv reactor
- Don't hammer the CPU using NOWAIT ticks in the libuv reactor
> **BC BREAKS:**
- none
v0.13.0
-------