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