summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 09:44:37 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-09-15 09:44:37 -0700
commit996d12f384fcde6c7823da1066713e4d83541950 (patch)
tree290eb3dd30399fcdfcd1a22cae6fa5657c82e375 /HISTORY.md
parentf05776adf699afc6dbb865bfc1b9ce69d346c803 (diff)
downloadpystache-996d12f384fcde6c7823da1066713e4d83541950.tar.gz
Fix a flaky doctest.
Make repr() deterministic for the class pystache.tests.common.Attachable added for issue #99.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1f70335..922d995 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,7 +8,10 @@ History
- Added [`PYTHONHASHSEED`](http://docs.python.org/using/cmdline.html#envvar-PYTHONHASHSEED)
to the test output.
-- TODO
+- Added `test_pystache.sh` wrapper script for testing different
+ PYTHONHASHSEED values.
+- Bugfix: fixed a flaky doctest by making `repr()` deterministic for the
+ `Attachable` class in `pystache.tests.common`
0.5.3 (2012-11-03)
------------------