Commit 006ddc84 by Chris Jerdonek

Tweak to HISTORY file.

parent c18be2d7
...@@ -18,8 +18,8 @@ Key Changes: ...@@ -18,8 +18,8 @@ Key Changes:
be modified via the Renderer constructor or by setting attributes on a Renderer instance. 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 * Added TemplateSpec class: template rendering can be specified on a per-view
basis by subclassing from TemplateSpec. basis by subclassing from TemplateSpec.
* Removed circular dependencies between modules (e.g. between Template and View) * Introduced separation of concerns between modules and removed circular
and introduced separation of concerns (cf. `issue #13`_). dependencies (e.g. between Template and View, cf. `issue #13`_).
* Unicode now used consistently throughout the rendering process. * Unicode now used consistently throughout the rendering process.
TODO: complete the list of key changes. TODO: complete the list of key changes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment