Removed ~~~~~~~ * Removed ``edx_django_utils.cache.disable_forced_cache_miss_for_none`` which was added in ``5.7.0``.
5.8.0
--------------------
Changed ~~~~~~~ * Adjusted ``get_plugin_apps`` to log at info level rather than debug and with more detail, though with a comment that this may not actually end up logging.
5.7.0
--------------------
Added ~~~~~ * Support added for Django 4.2
Fixed ~~~~~ * Fixed bug where None was not properly being stored by TieredCache. For backward compatibility, ``edx_django_utils.cache.disable_forced_cache_miss_for_none`` waffle switch has been added, which defaults to the old broken behavior of treating None as a cache miss.