summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-01 23:30:50 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-01 23:30:50 -0700
commitbf21ce3c99bf5184c299594f465f64061b636126 (patch)
tree398b5ef6b3a0e8f76063d4cc98ff4975d06de574
parent006ddc84ff84e429d81759a1e8656487e4decee2 (diff)
downloadpystache-bf21ce3c99bf5184c299594f465f64061b636126.tar.gz
More tweaks to HISTORY.
-rw-r--r--HISTORY.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 6b068ce..f5ba6a1 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -13,13 +13,13 @@ Key Changes:
* Pystache now passes all tests in version 1.0.3 of the `Mustache spec`_. [pvande]
* Removed View class: it is no longer necessary to subclass from View or
- any class to create a view.
+ from any class to create a view.
* Replaced Template with Renderer class: template rendering behavior can
be modified via the Renderer constructor or by setting attributes on a Renderer instance.
* Added TemplateSpec class: template rendering can be specified on a per-view
basis by subclassing from TemplateSpec.
-* Introduced separation of concerns between modules and removed circular
- dependencies (e.g. between Template and View, cf. `issue #13`_).
+* Introduced separation of concerns and removed circular dependencies (e.g.
+ between Template and View classes, cf. `issue #13`_).
* Unicode now used consistently throughout the rendering process.
TODO: complete the list of key changes.