diff options
author | Marco Pessotto <melmothx@gmail.com> | 2021-08-20 09:55:14 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-20 09:59:03 +1000 |
commit | c6ec71b6de0afd12c5ea6baefd3d668b112ade3c (patch) | |
tree | 40028eb4d423e49aebcaf665e9e58ec01bddd948 /docs/source | |
parent | 1b55d25fec13afd78bf53a5e3d6340b8ab6ecbc0 (diff) | |
download | mediagoblin-c6ec71b6de0afd12c5ea6baefd3d668b112ade3c.tar.lz mediagoblin-c6ec71b6de0afd12c5ea6baefd3d668b112ade3c.tar.xz mediagoblin-c6ec71b6de0afd12c5ea6baefd3d668b112ade3c.zip |
Remove reference to jsonschema.compat now removed upstream.
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 1577068a..37fe3f7b 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -48,6 +48,7 @@ This chapter has important information about our current and previous releases. **Bug fixes:** - Fix test suite on Debian 11 (Ben Sturmfels) +- Remove reference to jsonschema.compat no longer available upstream (Marco Pessotto) 0.11.0 |