diff --git a/CHANGELOG.md b/CHANGELOG.md index 5621ff70e4..3afae20bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +5.25.0 (March 2024) +------------------- + +## Features + +- Improved "Others" annotation display [#530](https://github.com/ome/omero-web/pull/530) + +## Bug fixes + +- Fix activities API call [#541](https://github.com/ome/omero-web/pull/541) +- Fix incorrect maximum length of form fields [#539](https://github.com/ome/omero-web/pull/539) + +## Other changes + +- Add support for Python 3.12 and remove legacy Python 2 compatibility code [#531](https://github.com/ome/omero-web/pull/531) + 5.24.0 (December 2023) ---------------------- diff --git a/README.rst b/README.rst index 611bea7fbf..5daee9f7d3 100644 --- a/README.rst +++ b/README.rst @@ -154,7 +154,7 @@ OMERO.web is released under the AGPL. Copyright --------- -2009-2022, The Open Microscopy Environment, Glencoe Software, Inc. +2009-2024, The Open Microscopy Environment, Glencoe Software, Inc. .. _OMERO: https://www.openmicroscopy.org/omero .. _OMERO.web install: https://docs.openmicroscopy.org/latest/omero/sysadmins/unix/install-web/web-deployment.html