From cc026712068d0c9cc2e1dffbba0cc6453118a285 Mon Sep 17 00:00:00 2001 From: Marcio Faustino Date: Thu, 27 Feb 2014 13:12:29 +0100 Subject: [PATCH] Update changelog to mention support for Python 2.6. --- CHANGELOG | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 558e5cb..84dc148 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ v0.4 (unreleased): +- Added support for Python 2.6. - Template.has() is now passed 'ignore_empty=False' by default instead of True. This fixes a bug when adding parameters to templates with empty fields, and is a breaking change if you rely on the default behavior. diff --git a/docs/changelog.rst b/docs/changelog.rst index 07b02da..ada6e1e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ v0.4 Unreleased (`changes `__): +- Added support for Python 2.6. - :py:meth:`.Template.has` is now passed *ignore_empty=False* by default instead of *True*. This fixes a bug when adding parameters to templates with empty fields, **and is a breaking change if you rely on the default