summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-22 22:37:54 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-22 22:37:54 -0700
commit4e6e8e699436cfc3bb0b31ffa63e677a82bbdd4d (patch)
tree8037e7e957ee163100b5b637bb4d33922f7c6dc7
parentea5c65579a39d048eb8a2bbede353706bec726f0 (diff)
downloadpystache-4e6e8e699436cfc3bb0b31ffa63e677a82bbdd4d.tar.gz
Added to HISTORY that test harness no longer requires nose.
-rw-r--r--HISTORY.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c453628..ae099ab 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -4,9 +4,10 @@ History
0.5.1 (TBD)
-----------
-* Added support for Python 3.2 (following conversion with 2to3_).
-* Test runner now supports both yaml and json forms of Mustache spec.
+* Added support for Python 3.1 and 3.2.
* Added tox support to test multiple Python versions.
+* Test harness now supports both YAML and JSON forms of Mustache spec.
+* Test harness no longer requires nose.
0.5.0 (2012-04-03)
------------------