Update CHANGELOG

This commit is contained in:
Bruno Oliveira 2015-09-22 23:21:36 -03:00
parent e1063678f1
commit 716fa97fa1
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@
- Fix issue #766 by removing documentation references to distutils.
Thanks Russel Winder.
- Fix issue #1030: now byte-strings are escaped to produce item node ids
to make them always serializable.
Thanks Andy Freeland for the report and Bruno Oliveira for the PR.
- Python 2: if unicode parametrized values are convertible to ascii, their
ascii representation is used for the node id.
- Fix issue #411: Add __eq__ method to assertion comparison example.
Thanks Ben Webb.