diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1d3dfaa7d..2e2f2d5fc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * Added decorator syntax for hooks * Replaced lxml dependency with html5lib, to simplify installation * Added page_unpublished signal + * Added mechanism to obtain external URLs to images, at any size * Fix: Updates to tag fields are now properly committed to the database when publishing directly from the page edit interface diff --git a/docs/core_components/images/using_images_outside_wagtail.rst b/docs/core_components/images/using_images_outside_wagtail.rst index 2e1bdcada..5671e8504 100644 --- a/docs/core_components/images/using_images_outside_wagtail.rst +++ b/docs/core_components/images/using_images_outside_wagtail.rst @@ -1,3 +1,5 @@ +.. _using_images_outside_wagtail: + ============================ Using images outside Wagtail ============================ diff --git a/docs/releases/0.5.rst b/docs/releases/0.5.rst index 7a01f5bdb..1d61a8051 100644 --- a/docs/releases/0.5.rst +++ b/docs/releases/0.5.rst @@ -13,7 +13,7 @@ What's new Multiple image uploader ~~~~~~~~~~~~~~~~~~~~~~~ -The image uploader UI has been improved to allow multiples to be uploaded quickly. +The image uploader UI has been improved to allow multiple images to be uploaded at once. Image feature detection @@ -24,6 +24,13 @@ Wagtail can now apply face and feature detection on images using `OpenCV