From d202195333e11faf5e1c42fc9a154cbe88d5e689 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 22 Jan 2020 07:27:34 +1000 Subject: [PATCH] fix minor typos in changelog/2.8 release notes --- CHANGELOG.txt | 14 +++++++------- docs/releases/2.8.rst | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4d993d8928..fba4d68350 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,16 +9,16 @@ Changelog * Removed support for Django 2.0 * Removed leftover Python 2.x compatibility code (Sergey Fedoseev) * Combine flake8 configurations (Sergey Fedoseev) - * Improved diffing behavior for text fields (Aliosha Padovani) + * Improve diffing behavior for text fields (Aliosha Padovani) * Improve contrast of disabled inputs (Nick Smith) * Added `get_document_model_string` function (Andrey Smirnov) * Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher) * Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher) - * Added `ancestors` field to pages endpoint in admin API (Karl Hobley) + * Added `ancestors` field to the pages endpoint in admin API (Karl Hobley) * Removed Django admin management of `Page` & `Site` models (Andreas Bernacca) * Cleaned up Django docs URLs in documentation (Pete Andrew) * Add StreamFieldPanel to available panel types in documentation (Dan Swain) - * Add {{ block.super }} example to ModelAdmin customisation in documentation (Dan Swain) + * Add `{{ block.super }}` example to ModelAdmin customisation in documentation (Dan Swain) * Add ability to filter image index by a tag (Benedikt Willi) * Add partial experimental support for nested InlinePanels (Matt Westcott, Sam Costigan, Andy Chosak, Scott Cranfill) * Added cache control headers when serving documents (Johannes Vogel) @@ -28,12 +28,12 @@ Changelog * Fix: Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) * Fix: Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) * Fix: Moved `get_document_model` location so it can be imported when Models are not yet loaded (Andrey Smirnov) - * Fix: Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) + * Fix: Use correct HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) * Fix: All templates with wagtailsettings and modeladmin now use `block.super` for `extra_js` & `extra_css` (Timothy Bautista) - * Fix: Layout issue when using FieldRowPanel with a heading (Andreas Bernacca) - * Fix: `file_size` and `file_hash` not updated when Document file changed (Andreas Bernacca) + * Fix: Layout issue when using `FieldRowPanel` with a heading (Andreas Bernacca) + * Fix: `file_size` and `file_hash` now updated when Document file changed (Andreas Bernacca) * Fix: Fixed order of URLs in project template so that static / media URLs are not blocked (Nick Smith) - * Fix: Added verbose_name_plural for form submission model (Janneke Janssen) + * Fix: Added `verbose_name_plural` to form submission model (Janneke Janssen) * Fix: Prevent `update_index` failures and incorrect front-end rendering on blank `TableBlock` (Carlo Ascani) * Fix: Dropdown initialisation on the search page after AJAX call (Eric Sherman) * Fix: Make sure all modal chooser search results correspond to the latest search by canceling previous requests (Esper Kuijs) diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst index 0857e0f46c..1b7a39f4ee 100644 --- a/docs/releases/2.8.rst +++ b/docs/releases/2.8.rst @@ -29,16 +29,16 @@ Other features * Removed leftover Python 2.x compatibility code (Sergey Fedoseev) * Combine flake8 configurations (Sergey Fedoseev) - * Improved diffing behavior for text fields (Aliosha Padovani) + * Improve diffing behavior for text fields (Aliosha Padovani) * Improve contrast of disabled inputs (Nick Smith) * Added ``get_document_model_string`` function (Andrey Smirnov) * Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher) * Cloudflare frontend cache invalidation requests are now sent in chunks of 30 to fit within API limits (Tom Usher) - * Added ``ancestors`` field to pages endpoint in admin API (Karl Hobley) + * Added ``ancestors`` field to the pages endpoint in admin API (Karl Hobley) * Removed Django admin management of ``Page`` & ``Site`` models (Andreas Bernacca) * Cleaned up Django docs URLs in documentation (Pete Andrew) * Add StreamFieldPanel to available panel types in documentation (Dan Swain) - * Add {{ block.super }} example to ModelAdmin customisation in documentation (Dan Swain) + * Add ``{{ block.super }}`` example to ModelAdmin customisation in documentation (Dan Swain) * Add ability to filter image index by a tag (Benedikt Willi) * Add partial experimental support for nested InlinePanels (Matt Westcott, Sam Costigan, Andy Chosak, Scott Cranfill) * Added cache control headers when serving documents (Johannes Vogel) @@ -53,12 +53,12 @@ Bug fixes * Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott) * Prevent error when comparing pages that reference a model with a custom primary key (Fidel Ramos) * Moved ``get_document_model`` location so it can be imported when Models are not yet loaded (Andrey Smirnov) - * Fixed incorrect HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) + * Use correct HTML escaping of Jinja2 form templates for StructBlocks (Brady Moe) * All templates with wagtailsettings and modeladmin now use ``block.super`` for ``extra_js`` & ``extra_css`` (Timothy Bautista) - * Layout issue when using FieldRowPanel with a heading (Andreas Bernacca) - * ``file_size`` and ``file_hash`` not updated when Document file changed (Andreas Bernacca) + * Layout issue when using ``FieldRowPanel`` with a heading (Andreas Bernacca) + * ``file_size`` and ``file_hash`` now updated when Document file changed (Andreas Bernacca) * Fixed order of URLs in project template so that static / media URLs are not blocked (Nick Smith) - * Added verbose_name_plural for form submission model (Janneke Janssen) + * Added ``verbose_name_plural`` to form submission model (Janneke Janssen) * Prevent ``update_index`` failures and incorrect front-end rendering on blank ``TableBlock`` (Carlo Ascani) * Dropdown initialisation on the search page after AJAX call (Eric Sherman) * Make sure all modal chooser search results correspond to the latest search by canceling previous requests (Esper Kuijs)