Update ChangeLog.rst

This commit is contained in:
Nicholas Charriere
2016-11-07 13:28:18 -08:00
committed by Nicholas Charriere
parent eca78325da
commit 6f85787a90
3 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, pypy, pypy3, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
envlist = py26, py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
skip_missing_interpreters = True
[testenv]