Skip to content

Commit 0c47d0f

Browse files
committed
Update
1 parent 1a34a8f commit 0c47d0f

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/src/changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ 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.50.0 (February 27, 2026)
10+
## v1.50.0 (March 4, 2026)
1111

1212
### Added
1313

14-
- Added `LDLFactorizations.jl` as a package extension (#2933)
14+
- Added `LDLFactorizations.jl` as a package extension (#2933), (#2956), (#2959),
15+
(#2961)
1516
- Added support for reading defined variables in `.nl` files (#2938)
1617
- Added `;generic_names` support to LP and MOF file formats (#2947)
1718

@@ -27,15 +28,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2728
(#2946)
2829
- Fixed missing `Utilities.operate` in various `Bridges.Constraint.map_function`
2930
(#2948)
31+
- Fixed a bug with open intervals in `Bridges.Constraint.SemiToBinaryBridge`
32+
(#2963)
3033

3134
### Other
3235

33-
- Added ParallelTestRunner.jl to parallelize the tests (#2932)
36+
- Added ParallelTestRunner.jl to parallelize the tests (#2932), (#2960)
3437
- Removed Julia `1-ubuntu-latest-x64` from CI (#2935)
3538
- Added an explicit test for method redefinitions instead of parsing logs
3639
(#2936)
3740
- Made minor formatting changes to the docs (#2939)
38-
- Installed `Dependabot` (#2949), (#2950), (#2951), (#2952), (#2953), (#2954)
41+
- Installed `Dependabot` (#2949), (#2950), (#2951), (#2952), (#2953), (#2954),
42+
(#2958)
3943

4044
## v1.49.0 (January 30, 2026)
4145

0 commit comments

Comments
 (0)