summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-01 23:20:26 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-01 23:20:26 -0700
commitc18be2d746e28167f39afbbf3fc27cec0a61e734 (patch)
tree266fb50e7b5420d8602427ac55bd4255027a3510
parent50bd19dc9735c00a90b9f830842a2cddbcf19742 (diff)
downloadpystache-c18be2d746e28167f39afbbf3fc27cec0a61e734.tar.gz
Annotated HISTORY file with two links.
-rw-r--r--HISTORY.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 3041c51..20a58b6 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -11,15 +11,15 @@ changes to the API have been made.
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 the View class
- or any class to create a view.
+* 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.
* 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.
* Removed circular dependencies between modules (e.g. between Template and View)
- and introduced separation of concerns (cf. issue #13).
+ and introduced separation of concerns (cf. `issue #13`_).
* Unicode now used consistently throughout the rendering process.
TODO: complete the list of key changes.
@@ -102,3 +102,7 @@ Misc:
------------------
* First release
+
+
+.. _issue #13: https://github.com/defunkt/pystache/issues/13
+.. _Mustache spec: https://github.com/mustache/spec