From c1d2cf9c3703ccd5a9616de264f6458b99972d51 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 19 Apr 2024 15:02:22 +1200 Subject: [PATCH] Update changelog.md --- docs/src/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f32fc16ccd..6a07a12b60 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -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