summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
commitde33ff316211ca35c87232cf594ef06a8daf0806 (patch)
tree56cfab7255b693b3f812771eaf5d8656e808820b /HISTORY.md
parent661a959bf3ecf9c6592d3047089c2b44cf1042e3 (diff)
downloadpystache-de33ff316211ca35c87232cf594ef06a8daf0806.tar.gz
Allow tox to run from a downloaded sdist (i.e. without spec tests).
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index bcf5d7f..1cca5c8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -28,8 +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.
+- Bugfix: allow `test_pystache.py` and `tox` to pass when run from a
+ downloaded sdist (i.e. without the spec test directory).
- 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.