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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## 0.10.2 - 2025/08/12 - Update code and fix
4
+
5
+
### Upgrade
6
+
7
+
- Update the code to use node_indexes from ruff_python_parser (available since last update) instead of our own ast index implementation to avoid duplicating computation
8
+
9
+
### Fixes
10
+
11
+
- Invalid context value type that cause crashes (in Odoo < 18.0)
12
+
- Fix the hook for the field 'global' on IrRule for versions < 18.1
0 commit comments