You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@ History
6
6
7
7
All release highlights of this project will be documented in this file.
8
8
9
+
4.4.37 - July 18, 2025
10
+
______________________
11
+
12
+
**Added**
13
+
14
+
- ``SAClient.create_categories`` creates one or more categories in a project.
15
+
- ``SAClient.remove_categories`` removes one or more categories in a project.
16
+
- ``SAClient.list_categories`` lists all categories in the project.
17
+
- ``SAClient.set_contributors_categories`` assigns one or more categories to specified contributors.
18
+
- ``SAClient.remove_contributors_categories`` removes specified categories from contributors.
19
+
- ``SAClient.set_items_category`` adds categories to one or more items.
20
+
- ``SAClient.remove_items_category`` removes categories from one or more items.
21
+
22
+
**Updated**
23
+
24
+
- ``SAClient.list_users`` now includes an optional ``categories`` value in the ``include`` parameter to return each contributor's assigned categories when a project is specified.
0 commit comments