Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Dec 3, 2023
1 parent 1da6b42 commit 545149a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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.17.0 (November 30, 2023)
## Version 1.17.0 (December 4, 2023)

### Added

- Added [`start_value`](@ref), [`lower_bound`](@ref), and [`upper_bound`](@ref)
support for [`GenericAffExpr`](@ref) that are equivalent to a single
[`GenericVariableRef`](@ref) (#3551)
- Added [`SkipModelConvertScalarSetWrapper`](@ref) which is useful for
extensions looking to avoid [`model_convert`](@ref) (#3552)
- Added [`lp_matrix_data`](@ref) (#3573)
extensions looking to avoid [`model_convert`](@ref) (#3552) (#3592)
- Added [`lp_matrix_data`](@ref) (#3573) (#3591)

### Fixed

Expand All @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
prevents large expressions from being accidentally printed to terminal or
IJulia output (#3575)
- Fixed a type instability in [`set_objective_coefficient`](@ref) (#3590)
- Various fixes to the documentation (#3593) (#3595)

### Other

Expand Down

0 comments on commit 545149a

Please sign in to comment.