diff --git a/docs/releases/0.7.rst b/docs/releases/0.7.rst index 2ad7ae748..1e1d7c2c9 100644 --- a/docs/releases/0.7.rst +++ b/docs/releases/0.7.rst @@ -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