Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Apr 19, 2024
1 parent b1f183e commit c1d2cf9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The CBF writer now attempts to write [`VectorOfVariables`](@ref) constraints
in the `VAR` section, instead of automatically promoting them to
[`VectorAffineFunction`](@ref). (#2478) (#2482) (#2486)
- Fixed a bug reading MPS files with integer variables and an entry in the
`BOUNDS` section (#2490)
- Fixed a performance issue adding [`ScalarAffineFunction`](@ref) and
[`ScalarQuadraticFunction`](@ref)s to [`Nonlinear.Model`](@ref) (@2487)
- Fixed a bug reading MPS files with integer variables and an entry in the
`BOUNDS` section (#2490)
- Fixed the MPS writer to use `LI` and `UI` instead of `LO` and `UP` for integer
variables (#2492)

### Other

Expand Down

0 comments on commit c1d2cf9

Please sign in to comment.