Skip to content

Commit e96e4dd

Browse files
committed
Update
1 parent aab68c9 commit e96e4dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## v1.43.0 (August 12, 2025)
10+
## v1.43.0 (August 19, 2025)
1111

1212
### Added
1313

@@ -24,7 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Fixed a bug in [`Utilities.operate`](@ref) with quadratic outputs when a
2525
`Integer` coefficient differs from the machine `Integer` (#2807)
2626
- Fixed `MOI.supports` of `MOI.ObjectiveFunction` in all file formats (#2814)
27-
- Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2815)
27+
- Fixed free rows in [`Bridges.Constraint.SplitHyperRectangleBridge`](@ref) (#2816)
28+
- Fixed deleting a variable with constraint bridges (#2818)
29+
- Fixed `Utilities.AbstractModel` with no constraints (#2819)
2830

2931
### Other
3032

0 commit comments

Comments
 (0)