Release note for #3046

This commit is contained in:
Matt Westcott 2017-04-20 16:58:05 +01:00
parent 1ba9f02e27
commit 579d02246a
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ Changelog
1.11 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Fix: Unauthenticated AJAX requests to admin views now return 403 rather than redirecting to the login page (Karl Hobley)
1.10 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~

View file

@ -18,6 +18,8 @@ Other features
Bug fixes
~~~~~~~~~
* Unauthenticated AJAX requests to admin views now return 403 rather than redirecting to the login page (Karl Hobley)
Upgrade considerations
======================