From 716fa97fa1edc72ce9011c85d41cb98460a1f93d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 22 Sep 2015 23:21:36 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f04362ade..8fb095796 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.