diff --git a/docs/src/changelog.md b/docs/src/changelog.md index f479d525ee2..ffe786ea6de 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,18 +7,19 @@ CurrentModule = JuMP 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). -## Version 1.23.0 (August 6, 2024) +## Version 1.23.0 (August 13, 2024) ### Added - Added set inequality syntax for matrices (#3766) - - Improved matrix inequality support (#3778) + - Improved matrix inequality support (#3778) (#3805) ### Fixed - Fixed a method for calling [`value`](@ref) on a `::Number` (#3776) - Fixed querying dual of Symmetric and Hermitian equality constraints (#3797) - - Fixed [`read_from_file`](@ref) for coefficient types other than `Float64` (#3801) + - Fixed [`read_from_file`](@ref) for coefficient types other than `Float64` + (#3801) ### Other @@ -30,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a warning to docs about tolerances in Bin and Int variables (#3794) - Clarify where to type installation commands (#3795) - Improve error message for common incorrect syntax in constraint macro (#3781) - - Changed `show(::IO, ::GenericModel)` to a more informative tree structure (#3803) + - Changed `show(::IO, ::GenericModel)` to a more informative tree structure + (#3803) ## Version 1.22.2 (June 17, 2024)