summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJoshua Roesslein <jroesslein@gmail.com>2009-11-16 17:37:58 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-16 17:37:58 -0800
commit65646c81ffd1fb96379a59448b8e4926b905d5cd (patch)
tree8489c78c86bef9920e0a8a8fc4e83a497555bebc /HISTORY.md
parentf03c85c70bb29c5207ea3ff14e79c2a50769a1cf (diff)
downloadpystache-65646c81ffd1fb96379a59448b8e4926b905d5cd.tar.gz
Allow using View instances as attributes.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 2ab792d..d533662 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,7 @@
## 0.2.0 (2009-11-16)
* Add support for using non-callables as View attributes. [joshthecoder]
+* Allow using View instances as attributes. [joshthecoder]
## 0.1.1 (2009-11-13)