summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)