From 30142d6201b71216d87c62aaea06210d84dc58e7 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 30 Jul 2014 19:08:55 +0100 Subject: [PATCH] add release notes / changelog for using images outside wagtail --- CHANGELOG.txt | 1 + .../images/using_images_outside_wagtail.rst | 2 ++ docs/releases/0.5.rst | 9 ++++++++- 3 files changed, 11 insertions(+), 1 deletion(-) 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