summaryrefslogtreecommitdiff
path: root/setup_description.rst
diff options
context:
space:
mode:
Diffstat (limited to 'setup_description.rst')
-rw-r--r--setup_description.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup_description.rst b/setup_description.rst
index 724c457..4be7aae 100644
--- a/setup_description.rst
+++ b/setup_description.rst
@@ -318,6 +318,18 @@ History
**Note:** Official support for Python 2.4 will end with Pystache version
0.6.0.
+0.6.0 (TBD)
+-----------
+
+- Added
+ ```PYTHONHASHSEED`` <http://docs.python.org/using/cmdline.html#envvar-PYTHONHASHSEED>`__
+ to the test output.
+- Added ``test_pystache.sh`` wrapper script for testing different
+ PYTHONHASHSEED values.
+- Set PYTHONHASHSEED to "random" when running tox.
+- Bugfix: fixed a flaky doctest by making ``repr()`` deterministic for
+ the ``Attachable`` class in ``pystache.tests.common``
+
0.5.4 (2014-07-11)
------------------