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.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
1
# CHANGELOG
2
+
## Version 0.61.5 (April 2026)
3
+
4
+
**Released**: April 22, 2026
5
+
6
+
This release fixes a bug in the `Privileges` class initialization.
7
+
8
+
---
9
+
10
+
### BUG FIXES
11
+
12
+
#### **Privileges Initialization**
13
+
Fixed `Privileges.__init__()` to correctly handle lists containing `_Privilege` instances in addition to dicts. Previously, passing already-instantiated `_Privilege` objects would cause initialization errors.
0 commit comments