diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 680adab4f3..8b0275841b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * 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) * Removed Django admin management of `Page` & `Site` models (Andreas Bernacca) * Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston)) diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst index 39f5b3b4b6..f3f501c819 100644 --- a/docs/releases/2.8.rst +++ b/docs/releases/2.8.rst @@ -20,6 +20,7 @@ Other features * 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) * Removed Django admin management of ``Page`` & ``Site`` models (Andreas Bernacca)