From e8efeaa8f5eccafdae6c4a506b6dba04017a153a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 23 Sep 2021 13:50:09 +1000 Subject: Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04. This also aligns with our requirement of Python 3.6 or greater due to recent jinja2 versions requiring f-strings. --- docs/source/siteadmin/relnotes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/source/siteadmin') diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 3b538f25..ff7f9699 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -22,6 +22,13 @@ This chapter has important information about our current and previous releases. 0.13.0 (Work in progress) ========================= +**Breaking changes:** + +- MediaGoblin now supports a minimum of Python 3.6 due to use of f-strings + internally and updated versions of required Python packages (Ben Sturmfels) + +**Changes:** + - Extend left/right arrow key navigation to paginated views [trac#5627] (Olivier Mehani) - Fix incorrect setuptools install location for db/migrations/env.py (Elisei Roca) - Set videos to preload="metadata" to prevent upfront download [trac#5625] (Michael McMahon) -- cgit v1.2.3