~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Add support for Python 3.11. Dropped django32 support. * Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is deprecated
2.4.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Support added for Django 4.2
2.3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added Django40 support * Dropped Django22, 30 and 31 support
2.2.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Bug fix to bust cache when Personalized Learner Schedules are updated.
2.2.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Bug fix for optimization in 2.2.0, to account for missing block_type data.
2.2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added optimization when requesting course block dates for an outline, where block dates below subsections are unneeded. * Use current version of the course to improve the cache key, along with using the TieredCache to cache date data.