Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CHANGELOG.
[ci skip]
  • Loading branch information
nrk committed Oct 25, 2014
1 parent aac7b06 commit 2de243d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Expand Up @@ -11,24 +11,28 @@ v0.3.0 (2014-xx-xx)
- The phpiredis extension is now optional and by default the client uses a pure
PHP protocol serializer / parser provided by the clue/redis-protocol library.


v0.2.2 (2013-09-04)
===============================================================================

- __FIX__: when connection refused exceptions are thrown the client gets stuck
in a retry loop that keeps on raising exceptions until the specified server
starts accepting new connections again.
- __FIX__: when connection refused exceptions are thrown the client gets stuck
in a retry loop that keeps on raising exceptions until the specified server
starts accepting new connections again.


v0.2.1 (2013-08-27)
===============================================================================

- __FIX__: properly release subscription to write events when the write buffer
is empty (ISSUE #5).


v0.2.0 (2013-07-27)
===============================================================================

- The library now requires react/event-loop v0.3.x.


v0.1.0 (2013-07-27)
===============================================================================

Expand Down

0 comments on commit 2de243d

Please sign in to comment.