Add Changelog.

This commit is contained in:
James Socol 2012-11-13 17:38:21 -05:00
parent c5a95c1cbf
commit 7c2b3cf552
2 changed files with 13 additions and 0 deletions

12
CHANGELOG Normal file
View File

@ -0,0 +1,12 @@
CHANGES
=======
v0.5
----
* Removed deprecated jingo.render() method.
* Removed deprecated jingo.views module.
* Include safe_django_forms monkeypatch as jingo.monkey.
* Add EXCLUDE_APPS default and clarify documentation.
* Add override kwarg to register.filter.

View File

@ -1,3 +1,4 @@
include CHANGELOG
include LICENSE
include README.rst
prune examples