From 52505fee2127483a3c30f763dc6f664c1d0827b1 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 27 Mar 2015 15:13:15 +0000 Subject: [PATCH] release note for MySQL support --- CHANGELOG.txt | 2 ++ docs/releases/0.9.rst | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 41adcf38d..e5651f540 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,8 @@ Changelog 0.9 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ + * Added StreamField, a model field for freeform page content + * MySQL support * Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery * Improvements to the layout of the admin menu footer. * Added thousands separator for counters on dashboard diff --git a/docs/releases/0.9.rst b/docs/releases/0.9.rst index 3ae6b6503..760b7b0b1 100644 --- a/docs/releases/0.9.rst +++ b/docs/releases/0.9.rst @@ -16,6 +16,12 @@ StreamField - a field type for freeform content StreamField provides an editing model for freeform content such as blog posts and news stories, allowing diverse content types such as text, images, headings, video and more specialised types such as maps and charts to be mixed in any order. See :ref:`streamfield`. +MySQL support +~~~~~~~~~~~~~ + +Wagtail now officially supports MySQL as a database backend. + + Minor changes ~~~~~~~~~~~~~