summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2009-11-27 02:05:12 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-27 02:05:12 -0800
commite38a953b8f3f835756a9c92aac2a073f7a76ef60 (patch)
tree0cfea6e92402d009fa860e19a00e222ef7e4c5b2 /HISTORY.md
parent09ab3f95d043090d86f166c5dfb1dcae6a873faa (diff)
downloadpystache-e38a953b8f3f835756a9c92aac2a073f7a76ef60.tar.gz
Bugfix: Methods returning False or None are not rendered
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 f8cc538..1685016 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,6 @@
## 0.2.0 (2009-??-??)
+* Bugfix: Methods returning False or None are not rendered
* Add support for using non-callables as View attributes. [joshthecoder]
* Allow using View instances as attributes. [joshthecoder]