From fb063dea26b27cb5b6409d484f488bd635ab0703 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 2 Nov 2015 16:30:49 +0000 Subject: [PATCH] Add browsable API to changelog --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca972a6cfd..09efd3cfa3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * InlinePanel now accepts `max_num` and `min_num` arguments to limit the number of inline items * 'Add' button on inline panels is disabled when `max_num` is reached (Salvador Faria) * StreamField blocks now provide a `get_context` method for passing additional variables to the block template + * Wagtail API now incorporates the browsable front-end provided by Django REST Framework * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover) * Order of URL parameters now ignored by redirect middleware (Michael Cordover) * Added SQL Server compatibility to image migration (Timothy Allen)