Skip to content

Commit 8e8bf59

Browse files
committed
Update CHANGELOG.md
1 parent 7dbf944 commit 8e8bf59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Added
55
### Fixed
66
### Changed
7+
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class
78
### Removed
89

910
## 6.2.1 - 2026.05.16
@@ -31,7 +32,6 @@
3132
- Return NotImplemented for `Expr` and `GenExpr` operators if they can't handle input types in the calculation
3233
- Speed up `constant * Expr` via C-level API
3334
- Speed up `Term.__eq__` via the C-level API
34-
- Move magic methods (`__radd__`, `__sub__`, `__rsub__`, `__rmul__`, `__richcmp__`, `__neg__`, and `__rtruediv__`) to `ExprLike` base class
3535
### Removed
3636
- Removed outdated warning about Make build system incompatibility
3737
- Removed `Term.ptrtuple` to optimize `Term` memory usage

0 commit comments

Comments
 (0)