From 254a2f18c56747d96792cc768dac9a52f2c11334 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 6 Mar 2021 11:52:22 +1100 Subject: [PATCH] Update relnotes re. passing test suite. --- docs/source/siteadmin/relnotes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index aab3d7dc..3045330c 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -29,11 +29,12 @@ carefully, or at least skim over it. **Improvements:** - - Remove Python 2 installation and compatibility code (Ben Sturmfels) - - Reinstate Python 3 audio spectrograms [#5610] (Fernando Gutierrez) +- Remove Python 2 installation and compatibility code (Ben Sturmfels) +- Reinstate Python 3 audio spectrograms [#5610] (Fernando Gutierrez) **Bug fixes:** +- Fix test suite to pass 100% (Ben Sturmfels) - Make LDAP plugin Python 3 compatible [#5607] (Olivier Mehani) - Support blank titles in Atom feed [#1018] (Ben Sturmfels) - Avoid Celery/RabbitMQ "connection reset" errors [#5609] (Fernando Gutierrez)