diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1bad9fa75..e2842e12e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ Changelog 0.6 (xx.xx.20xx) ~~~~~~~~~~~~~~~~ + * Added 'wagtail start' command and project template * Added Django 1.7 support * Added {% routablepageurl %} template tag (Tim Heap) * Added RoutablePageMixin (Tim Heap) diff --git a/docs/releases/0.6.rst b/docs/releases/0.6.rst index f8895850e..5899a3b39 100644 --- a/docs/releases/0.6.rst +++ b/docs/releases/0.6.rst @@ -10,6 +10,13 @@ Wagtail 0.6 release notes - IN DEVELOPMENT What's new ========== +Project template and start project command +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Wagtail now has a basic project template built in to make starting new projects much easier. + +To use it, install ``wagtail`` onto your machine and run ``wagtail start project_name``. + Django 1.7 support ~~~~~~~~~~~~~~~~~~