diff --git a/docs/releases/v13/version-v13.0.0.md b/docs/releases/v13/version-v13.0.0.md index f746ba47..a01fe2de 100644 --- a/docs/releases/v13/version-v13.0.0.md +++ b/docs/releases/v13/version-v13.0.0.md @@ -129,7 +129,8 @@ Here is a quick summary of the myriad other improvements in this release: - The creators' roles are now displayed [PR](https://github.com/inveniosoftware/invenio-app-rdm/pull/2795) - You can now see and show the version of InvenioAppRDM and any other module [Issue](https://github.com/inveniosoftware/invenio-app-rdm/issues/2838) Change the config ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")] and append to the list the version you want to display. -- The users API endpoint is now protected, in order to access the list of users it's required to be logged in. +- The users API endpoint is now protected, in order to access the list of users it's required to be logged in. +- Custom awards: relaxed required fields (see [PR](https://github.com/inveniosoftware/invenio-vocabularies/pull/429)) - ...and many more bug fixes! ## Breaking changes