Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 12, 2024
1 parent f77a7b3 commit 24149ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

Expand Down

0 comments on commit 24149ad

Please sign in to comment.