-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
638f9fa
commit 13dec0b
Showing
1 changed file
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,35 @@ | ||
CHANGELOG | ||
========= | ||
|
||
* 0.3.1 (2014-xx-xx) | ||
## 0.4.0 (2018-05-18) | ||
|
||
* Change layout to PSR-4 | ||
* Forward compatibility with upcoming EventLoop v1.0 and v0.5 | ||
(#46 by @WyriHaximus, #53 and #54 by @edusalguero) | ||
|
||
* 0.3.0 (2014-05-25) | ||
* Suport evenement 3.0 and 2.0 | ||
(#41 by @jsor) | ||
|
||
* Bump to react 0.4 | ||
* Improve docblock for Zmq\Context | ||
(#34 by @M1ke) | ||
|
||
* 0.2.0 (2013-09-18) | ||
* Fixed only handling new events when there is an open socket in handleEvent | ||
(#30 by @khelle, #49 and #50 by @edhelas, and #57 by @WyriHaximus) | ||
|
||
* Bump to react 0.3 | ||
* Change layout to PSR-4 | ||
|
||
* 0.1.1 (2012-11-18) | ||
## 0.3.0 (2014-05-25) | ||
|
||
* Feature: Emit `messages` instead of `message` for multi-part receive | ||
* Bump to react 0.4 | ||
|
||
* 0.1.0 (2012-10-23) | ||
## 0.2.0 (2013-09-18) | ||
|
||
* Bump to react 0.3 | ||
|
||
## 0.1.1 (2012-11-18) | ||
|
||
* Feature: Emit `messages` instead of `message` for multi-part receive | ||
|
||
## 0.1.0 (2012-10-23) | ||
|
||
* Bug fix: Resolve flaw in reading of edge-triggered events | ||
|
||
* Bug fix: Resolve flaw in reading of edge-triggered events |