Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 2, 2023
1 parent 07639df commit 17f9db6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CurrentModule = MathOptInterface
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.19.0 (June 30, 2023)
## v1.19.0 (August 3, 2023)

### Added

Expand All @@ -16,16 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added support for [`ScalarNonlinearFunction`](@ref) in `FileFormats.NL`
(#2228) (#2231)
- Added [`Bridges.Constraint.ScalarQuadraticToScalarNonlinearBridge`](@ref) (#2233)
- Added [`Bridges.Constraint.IntegerToZeroOne`](@ref) (#2205)

### Fixed

- Fixed method ambiguities in `operate` (#2224)
- Fixed reading LP file with a `-infinity <= x <= +infinity` variable (#2225)
- Fixed missing `require` in `Test.test_nonlinear_duals` (#2230)
- Fixed bug in [`ConstraintPrimal`](@ref) of [`Bridges.Constraint.QuadToSOCBridge`](@ref)
(#2240)

### Other

- Added extensions to `solver-tests.yml` (#2229)
- Refactored `test/Benchmarks` (#2234)
- Fixed warngs in tests (#2241)

## v1.18.0 (June 23, 2023)

Expand Down

0 comments on commit 17f9db6

Please sign in to comment.