Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Jun 21, 2017
1 parent b2cfb7b commit 013ec54
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changes
-------

0.3.2 (2017-06-21)
^^^^^^^^^^^^^^^^^^

**NEW**:

* Added ``zrevrangebylex`` command
(see `#201 <https://github.com/aio-libs/aioredis/pull/201>`_),
cherry-picked from master;

* Add connection timeout
(see `#201 <https://github.com/aio-libs/aioredis/pull/221>`_),
cherry-picked from master;

**FIX**:

* Fixed pool close warning
(see `#239 <https://github.com/aio-libs/aioredis/pull/239>`_
and `#236 <https://github.com/aio-libs/aioredis/issues/236>`_),
cherry-picked from master;

* Fixed asyncio Lock deadlock issue
(see `#231 <https://github.com/aio-libs/aioredis/issues/231>`_
and `#241 <https://github.com/aio-libs/aioredis/pull/241>`_),


0.3.1 (2017-05-09)
^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 013ec54

Please sign in to comment.