diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 26c239650..fa7cbc327 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -54,7 +54,7 @@ Changelog * Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas) * Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas) * Removed `assert` statements from Wagtail API (Kim Chee Leong) - * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) + * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Pomax) * Added error notification when running the `wagtail` command on Python <3.4 (Matt Westcott) * `update_index` management command now accepts a `--chunk_size` option to determine the number of items to load at once (Dave Bell) * Added hook `register_account_menu_item` to add new account preference items (Michael van Tellingen) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index e6453ad0b..d87367b6a 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -287,7 +287,7 @@ Contributors * Dan Swain * Alexs Mathilda * Tony Yates -* Mike Kamermans +* Pomax * Arthur Holzner * Alejandro Garza * Rajeev J Sebastian diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 227513041..c1cb9ad6b 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -51,7 +51,7 @@ Other features * Remove outdated X-UA-Compatible meta from admin template (Thibaud Colas) * Add JavaScript source maps in production build for packaged Wagtail (Thibaud Colas) * Removed ``assert`` statements from Wagtail API (Kim Chee Leong) - * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Mike Kamermans) + * Update `jquery-datetimepicker` dependency to make Wagtail more CSP-friendly (`unsafe-eval`) (Pomax) * Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott) * ``update_index`` management command now accepts a ``--chunk_size`` option to determine the number of items to load at once (Dave Bell) * Added hook `register_account_menu_item` to add new account preference items (Michael van Tellingen)