summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-06-09 00:50:50 -0700
committerJames R. Barlow <james@purplerock.ca>2022-06-09 00:50:50 -0700
commite8e23ece1dae1d2848c0a530ab91e0c5de6d9154 (patch)
treebba18e83a3cfa21febcdf1676e75d4dab5a62a8b /docs
parente538ac3d86299a802fcc0ae715aa88e42917285f (diff)
v5.1.4 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/releasenotes/version5.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/releasenotes/version5.rst b/docs/releasenotes/version5.rst
index db9cc6b..86fce4c 100644
--- a/docs/releasenotes/version5.rst
+++ b/docs/releasenotes/version5.rst
@@ -1,3 +1,14 @@
+v5.1.4
+======
+
+- Reorganized release notes so they are better presented in Sphinx documentation.
+- Remove all upper bound version constraints.
+- Replace documentation package sphinx-panels with sphinx-design. Downstream
+ maintainers will need to adjust this in documentation.
+- Removed use of deprecated pkg_resources and replaced with importlib (and, where
+ necessary for backward compatibility, importlib_metadata).
+- Fixed some broken links in the documentation and READMEs.
+
v5.1.3
======