From ca76eea5a83969786788384bc5decbe034723def Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 6 Mar 2021 22:47:49 +1100 Subject: [PATCH] Add Charlotte Koch to AUTHORS. --- AUTHORS | 1 + docs/source/siteadmin/relnotes.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 09602f8e..42ef2dee 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ Thank you! * Brett Smith * Caleb Forbes Davis V * Corey Farwell +* Charlotte Koch * Chris Moylan * Christopher Allan Webber * chrysn diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 3045330c..2ddeb466 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -34,6 +34,7 @@ carefully, or at least skim over it. **Bug fixes:** +- Pin sqlalchemy to fix due to changed internals [#5624] (Charlotte Koch) - 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)