diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2c01f068ca..31e0ad8d6a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -70,6 +70,7 @@ Changelog * Fix: Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott) * Fix: Prevent crash when copying an alias page (Karl Hobley) + * Fix: Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott) 2.11.5 (18.02.2021) diff --git a/docs/releases/2.11.6.rst b/docs/releases/2.11.6.rst index 68f7c12b12..15a0acc045 100644 --- a/docs/releases/2.11.6.rst +++ b/docs/releases/2.11.6.rst @@ -15,4 +15,4 @@ Bug fixes * Un-pin django-treebeard following upstream fix for migration issue (Matt Westcott) * Prevent crash when copying an alias page (Karl Hobley) - + * Prevent errors on page editing after changing LANGUAGE_CODE (Matt Westcott)