diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 502f5eccf4..93b0eea01d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Switch the Wagtail branding font to a system font stack (Steven Steinwand) * Add black configuration and reformat code using it (Dan Braghis) * Remove UI code for legacy browser support: polyfills, IE11 workarounds, Modernizr (Thibaud Colas) + * Remove redirect auto-creation recipe from documentation as this feature is now supported in Wagtail core (Andy Babic) 2.16.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.17.md b/docs/releases/2.17.md index 81568d18eb..ff67b1951f 100644 --- a/docs/releases/2.17.md +++ b/docs/releases/2.17.md @@ -22,6 +22,7 @@ Here are other changes related to the redesign: * Lint with flake8-comprehensions and flake8-assertive, including adding a pre-commit hook for these (Mads Jensen, Dan Braghis) * Add black configuration and reformat code using it (Dan Braghis) * Remove UI code for legacy browser support: polyfills, IE11 workarounds, Modernizr (Thibaud Colas) + * Remove redirect auto-creation recipe from documentation as this feature is now supported in Wagtail core (Andy Babic) ### Bug fixes