Skip to content

Commit

Permalink
add release notes / changelog for using images outside wagtail
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Jul 30, 2014
1 parent 2158dd1 commit 30142d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions docs/core_components/images/using_images_outside_wagtail.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _using_images_outside_wagtail:

============================
Using images outside Wagtail
============================
Expand Down
9 changes: 8 additions & 1 deletion docs/releases/0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,6 +24,13 @@ Wagtail can now apply face and feature detection on images using `OpenCV <http:/
:ref:`image_feature_detection`


Using images outside Wagtail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In normal use, Wagtail will generate resized versions of images at the point that they are referenced on a template, which means that those images are not easily accessible for use outside of Wagtail, such as displaying them on external sites. Wagtail now provides a way to obtain URLs to your images, at any size.

:ref:`using_images_outside_wagtail`

RoutablePage
~~~~~~~~~~~~

Expand Down

0 comments on commit 30142d6

Please sign in to comment.