From 4d992504069925c672a5ef57546c280160e75258 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Tue, 7 Oct 2014 11:51:13 +0100
Subject: [PATCH] release note for #610

---
 CHANGELOG.txt         | 1 +
 docs/releases/0.7.rst | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ddc6c4108d..f07b2a64fd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -15,6 +15,7 @@ Changelog
  * 'boost' applied to the title field on searches reduced from 100 to 2
  * The 'type' method of PageQuerySet (used to filter the queryset to a specific page type) now includes subclasses of the given page type.
  * The 'update_index' management command now updates all backends listed in WAGTAILSEARCH_BACKENDS, or a specific one passed on the command line, rather than just the default backend
+ * The 'fill' image resize method now supports an additional parameter defining the closeness of the crop
  * Fix: 'wagtail start' command now works on Windows
  * Fix: The external image URL generator no longer stores generated images in Django's cache
  * Fix: Elasticsearch backend can now search querysets that have been filtered with an 'in' clause of a non-list type (such as a ValuesListQuerySet)
diff --git a/docs/releases/0.7.rst b/docs/releases/0.7.rst
index 3f9f704d39..d8d230fb98 100644
--- a/docs/releases/0.7.rst
+++ b/docs/releases/0.7.rst
@@ -33,6 +33,7 @@ Minor features
  * The 'boost' applied to the title field on searches has been reduced from 100 to 2.
  * The ``type`` method of ``PageQuerySet`` (used to filter the queryset to a specific page type) now includes subclasses of the given page type.
  * The ``update_index`` management command now updates all backends listed in ``WAGTAILSEARCH_BACKENDS``, or a specific one passed on the command line, rather than just the default backend.
+ * The 'fill' image resize method now supports an additional parameter defining the closeness of the crop. See :ref:`image_tag`
 
 Bug fixes
 ~~~~~~~~~