summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJoshua Roesslein <jroesslein@gmail.com>2009-11-16 17:35:29 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-16 17:35:29 -0800
commitf03c85c70bb29c5207ea3ff14e79c2a50769a1cf (patch)
tree39758cee7169e852e938b7aaa0e60fc5fa16e461 /HISTORY.md
parent613a8cd2b52e29cf314fc7e70a86092c824d9123 (diff)
downloadpystache-f03c85c70bb29c5207ea3ff14e79c2a50769a1cf.tar.gz
Add support for using non-callables as View attributes.
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 954c36f..2ab792d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,7 @@
+## 0.2.0 (2009-11-16)
+
+* Add support for using non-callables as View attributes. [joshthecoder]
+
## 0.1.1 (2009-11-13)
* Ensure we're dealing with strings, always