summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-22 01:12:23 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-22 01:12:23 -0700
commitab0cde1ac68082421152f9673a63d3771534c024 (patch)
tree4c18eb9367be6279676f485ec0bb9afaaf20ea73
parent912947fdb83c83ed48f59935df29db8309bc653b (diff)
downloadpystache-ab0cde1ac68082421152f9673a63d3771534c024.tar.gz
Add test_pystache.py bug fix to HISTORY.
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f184c73..96c9463 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -28,6 +28,8 @@ History
when getting a key from a context stack (issue \#110).
- Bugfix: lambda section values can now return non-ascii, non-unicode
strings (issue \#118).
+- Bugfix: running `test_pystache.py` from a downloaded sdist no longer
+ requires a spec test directory to pass.
- Convert HISTORY and README files from reST to Markdown.
- More robust handling of byte strings in Python 3.
- Added Creative Commons license for David Phillips's logo.