summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-03 18:40:16 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-03 18:40:16 -0700
commit368f0dfd2f61b0e4a92d530e033eaec4a6fcfeb9 (patch)
treeee134c32eec215ac28dcb00d0748dcb0bb9887be
parentada8ffb0217b2ff8ecf7951252781598beae9edd (diff)
downloadpystache-368f0dfd2f61b0e4a92d530e033eaec4a6fcfeb9.tar.gz
A couple tweaks to the HISTORY file.
-rw-r--r--HISTORY.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 21b862f..dcf8a99 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -24,16 +24,16 @@ Highlights:
between Template and View classes, cf. `issue #13`_).
* Unicode now used consistently throughout the rendering process.
* Expanded test coverage: nosetests now runs doctests and ~105 test cases
- from the Mustache spec (increasing test count from 56 to ~315).
+ from the Mustache spec (increasing the number of tests from 56 to ~315).
* Added a rudimentary benchmarking script to gauge performance while refactoring.
* Extensive documentation added (e.g. docstrings).
Other changes:
* Added a command-line interface. [vrde]
-* Renderer now accepts a custom partial loader (e.g. a dictionary) and custom
- escape function.
-* Rendering now supports non-ascii characters in str strings.
+* The main rendering class now accepts a custom partial loader (e.g. a dictionary)
+ and a custom escape function.
+* Non-ascii characters in str strings are now supported while rendering.
* Added string encoding, file encoding, and errors options for decoding to unicode.
* Removed the output encoding option.
* Removed the use of markupsafe.