Release note for #2877

This commit is contained in:
Matt Westcott 2016-08-18 12:05:29 +01:00
parent 75e58efab8
commit 7c9dc029c7
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
1.7 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap)
* Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach)

View file

@ -14,6 +14,8 @@ What's new
Minor features
~~~~~~~~~~~~~~
* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap)
Bug fixes
~~~~~~~~~