summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-02-15 11:20:55 -0800
committerChris Wanstrath <chris@ozmm.org>2010-02-15 11:20:55 -0800
commita70a735b56ba9f7de8344b4a99f90e5cdf2ed708 (patch)
tree2cbfa81d3a4d50ca16c27ad3ada7a406e2687d58 /HISTORY.md
parent126347153e90d1916d64b6f06eef1b89c5254673 (diff)
downloadpystache-a70a735b56ba9f7de8344b4a99f90e5cdf2ed708.tar.gz
update history
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 1685016..f206a18 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,8 +1,11 @@
-## 0.2.0 (2009-??-??)
+## 0.2.0 (2010-02-15)
* Bugfix: Methods returning False or None are not rendered
+* Bugfix: Don't render an empty string when a tag's value is 0. [enaeseth]
* Add support for using non-callables as View attributes. [joshthecoder]
* Allow using View instances as attributes. [joshthecoder]
+* Support for Unicode and non-ASCII-encoded bytestring output. [enaeseth]
+* Template file encoding awareness. [enaeseth]
## 0.1.1 (2009-11-13)