Update ChangeLog.rst
This commit is contained in:
committed by
Nicholas Charriere
parent
eca78325da
commit
6f85787a90
@@ -13,7 +13,9 @@ env:
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
# - TOXENV=pypy3
|
||||
# Drop support until travis fixes python3 pypy interpreter path issue
|
||||
# https://github.com/travis-ci/travis-ci/issues/6304#ref-issue-177592739
|
||||
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
|
||||
@@ -2,7 +2,7 @@ Change Log
|
||||
==========
|
||||
New in version 1.4.0
|
||||
--------------------
|
||||
* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients
|
||||
* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients, thanks @jogo!
|
||||
* Fixed a bug where PooledClient wasn't following `default_noreply` arg set on init, thanks @kols!
|
||||
* Improved documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user