From 3f61e8a650f9f014358d25f96b06030d0e595003 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 1 Oct 2014 15:04:12 +0100 Subject: [PATCH] release note for 554 --- CHANGELOG.txt | 1 + docs/releases/0.7.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8667445153..ab57b9042e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Page models now support a 'parent_page_types' property in addition to 'subpage types', to restrict the types of page they can be created under * 'register_snippet' can now be invoked as a decorator * Project template updated to Django 1.7 + * 'boost' applied to the title field on searches reduced from 100 to 2 * Fix: 'wagtail start' command now works on Windows * Fix: The external image URL generator no longer stores generated images in Django's cache diff --git a/docs/releases/0.7.rst b/docs/releases/0.7.rst index fef7c7910d..c5e4a10250 100644 --- a/docs/releases/0.7.rst +++ b/docs/releases/0.7.rst @@ -30,6 +30,7 @@ Minor features * Page models now support a ``parent_page_types`` property in addition to ``subpage types``, to restrict the types of page they can be created under. * ``register_snippet`` can now be invoked as a decorator. * The project template (used when running ``wagtail start``) has been updated to Django 1.7. + * The 'boost' applied to the title field on searches has been reduced from 100 to 2. See :ref:`wagtailsearch_for_python_developers`. Bug fixes ~~~~~~~~~