Changed ~~~~~~~ * Updated and renamed new_relic_nrql_search to search in text widgets as well as NRQL queries
5.5.0
--------------------
Changed ~~~~~~~ * Switched to ``sphinx-book-theme`` as the new standard theme across all Open edX repos. See https://github.com/openedx/edx-sphinx-theme/issues/184 for more details. * CookieMonitoringMiddleware will now remove cookies based on a ``COOKIE_PREFIXES_TO_REMOVE`` setting
5.4.0
--------------------
Added ~~~~~
* Added Content-Security-Policy response header middleware under ``security/csp``
5.3.0
--------------------
Fixed ~~~~~
* Report both specified and existing email when refusing to create a user
5.2.0
--------------------
Added ~~~~~
* Added a wrapper for background_task in monitoring.
5.1.0
--------------------
Added ~~~~~
* Utilities for safely determining the IP address of a request: ``edx_django_utils.ip`` (moved from edx-platform)