diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bb22ebb895..58ab46bdba 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Updated fonts for more comprehensive Unicode support * Added `.alt` attribute to image renditions * The default `src`, `width`, `height` and `alt` attributes can now be overridden by attributes passed to the `{% image %}` tag + * Added keyboard shortcuts for preview and save in the page editor * Fix: HTTP cache purge now works again on Python 2 (Mitchel Cabuloy) * Fix: Locked pages can no longer be unpublished (Alex Bridge) diff --git a/docs/releases/1.3.rst b/docs/releases/1.3.rst index 1f1cc3d0ae..9721e4482a 100644 --- a/docs/releases/1.3.rst +++ b/docs/releases/1.3.rst @@ -18,6 +18,7 @@ Minor features * Updated fonts for more comprehensive Unicode support * Added ``.alt`` attribute to image renditions * The default ``src``, ``width``, ``height`` and ``alt`` attributes can now be overridden by attributes passed to the ``{% image %}`` tag + * Added keyboard shortcuts for preview and save in the page editor Bug fixes