Skip to content

Commit ec16f77

Browse files
authored
Merge pull request #1081 from jonathanberthias/update-changelog
Add changelog entry for new stubs
2 parents 73356c6 + ec34459 commit ec16f77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44
### Added
5+
- Added basic type stubs to help with IDE autocompletion and type checking.
56
### Fixed
7+
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
68
### Changed
79
### Removed
810

@@ -24,7 +26,6 @@
2426
### Fixed
2527
- Raised an error when an expression is used when a variable is required
2628
- Fixed some compile warnings
27-
- Fixed the type of @ matrix operation result from MatrixVariable to MatrixExpr.
2829
### Changed
2930
- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr, depending on the result dimensions.
3031
- AddMatrixCons() also accepts ExprCons.

0 commit comments

Comments
 (0)