File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v16.1.1 (released 2024-11-19)
16
+
17
+ - communities: fix set/unset of default record community
18
+ * Closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2869
19
+ * Fixes the allowed values that can be passed to set/unset the default
20
+ community of a record.
21
+ * Part of the fix is to also accept an empty string ("") as a valid
22
+ value when setting the "default" field, which was a currently wrong
23
+ behavior in some UI logic.
24
+
15
25
Version v16.1.0 (released 2024-11-18)
16
26
17
27
- tokens: disable "sub" verification
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "16.1.0 "
15
+ __version__ = "16.1.1 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments