Skip to content

Commit

Permalink
clarify when jump version support was dropped in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Mar 3, 2022
1 parent 13fd80e commit 797008d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PowerModels.jl Change Log

### v0.19.3
- Add support for JuMP v0.23
- Update minimum Julia requirement v1.6 (LTS)
- Update minimum Julia version to v1.6 (LTS)
- Replace CBC with HiGHS in tests
- Updates for SCS v0.9

Expand All @@ -21,8 +21,8 @@ PowerModels.jl Change Log
- Add support for Memento v1.3

### v0.19.0
- Add support for JuMP v0.22
- Remove dependency on MathOptInterface package
- Add support for JuMP v0.22 and dropped support for JuMP v0.21 (#799) (breaking)
- Remove dependency on MathOptInterface package (#799)

### v0.18.4
- Improved support for PWL costs with on/off generators
Expand Down Expand Up @@ -51,7 +51,7 @@ PowerModels.jl Change Log
- Update native power flow solvers to output results dict (#739) (breaking)
- Improved multi-network support in data function (#764)
- Renamed `*_flow_cuts` to `_branch_power_cuts` (#713) (breaking)
- Dropped support for JuMP v0.20 (#673) (breaking)
- Dropped support for JuMP v0.19 and v0.20 (#673) (breaking)
- Removed ref bus index from AdmittanceMatrix (#760) (breaking)
- Removed data change tracking from `correct_network_data!` (breaking)
- Removed `_extend_pwl_cost!` function (#716)
Expand Down

0 comments on commit 797008d

Please sign in to comment.