release note for #652 (and better description for the wagtail start bugfix)

This commit is contained in:
Matt Westcott 2014-09-26 11:20:11 +01:00
parent 85d1a496e1
commit 504ddecde2

View file

@ -26,7 +26,8 @@ Minor features
Bug fixes
~~~~~~~~~
* 'wagtail start' command now works on Windows
* The 'wagtail start' command now works on Windows and other environments where the ``django-admin.py`` executable is not readily accessible.
* The external image URL generator no longer stores generated images in Django's cache; this was an unintentional side-effect of setting cache control headers.
Upgrade considerations