Skip to content

Commit

Permalink
Add release notes for v0.15 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 1, 2022
1 parent bfbabe3 commit 4dde738
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes

## v0.15.0 (March 2, 2022)

### Breaking changes

* Minimum required version of Julia is now v1.6
* Updated to MathOptInterface v1.0
* As a consequence, many previously deprecated solver calls may stop working.
For example, instead of `() -> SCS.Optimizer(verbose = 0)`, use
`MOI.OptimizerWithAttributes(SCS.Optimizer, "verbose" => 0)`.

## v0.14.18 (November 14, 2021)

* Fix typo in `logisticloss` for length-1 expressions which caused errors (reported in [#458](https://github.com/jump-dev/Convex.jl/issues/458), fixed in [#469](https://github.com/jump-dev/Convex.jl/pull/469)).
Expand Down

0 comments on commit 4dde738

Please sign in to comment.