diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-06 11:52:22 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-06 11:52:22 +1100 |
commit | 254a2f18c56747d96792cc768dac9a52f2c11334 (patch) | |
tree | 9e3c9eba04a77876c483d5fc5cda54ab96822162 /docs/source | |
parent | fa1b4315a14925999aca9b7292e5ee454fa6c280 (diff) | |
download | mediagoblin-254a2f18c56747d96792cc768dac9a52f2c11334.tar.lz mediagoblin-254a2f18c56747d96792cc768dac9a52f2c11334.tar.xz mediagoblin-254a2f18c56747d96792cc768dac9a52f2c11334.zip |
Update relnotes re. passing test suite.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 5 |
1 files 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) |