Skip to content

Commit 2f48d85

Browse files
committed
Update
1 parent 054919d commit 2f48d85

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/src/changelog.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ changes.
4343
will be removed in the next breaking release (#567)
4444
* The syntax `x in :PSD` to create a semidefinite constraint is deprecated and
4545
will be removed in the next breaking release (#578)
46+
* Fixed setting a `Constant` objective function. This is breaking because it
47+
now has ann objective sense instead of ignoring the objective. (#581)
4648
* `quadform` now errors when fixed variables are used instead of silently
4749
giving incorrect answers if the value of the fixed variable is modified
4850
between solves (#586)
@@ -64,21 +66,24 @@ changes.
6466
* [Type piracy](https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy)
6567
of `imag` and `real` has been removed. This should not affect use of Convex. (#504)
6668
* Fix `dot` to correctly complex-conjugates its first argument (#524)
67-
* Add tests and fix a number of bugs in various atoms (#546), (#550), (#554),
68-
(#556), (#558), (#559), (#561), (#562), (#563), (#565), (#566), (#567) (#568)
69+
* Add tests and fix a number of bugs in various atoms (#546), (#547), (#550),
70+
(#554), (#556), (#558), (#559), (#561), (#562), (#563), (#565), (#566),
71+
(#567), (#568)
6972

7073
### Other
7174

72-
* Improved the documentation (#517), (#529), (#571), (#573), (#574), (#576),
73-
(#579), (#587)
75+
* Improved the documentation (#506), (#517), (#529), (#571), (#573), (#574),
76+
(#576), (#579), (#587)
7477
* Refactored the tests into a functional form (#532)
78+
* Updated `Project.toml` (#535)
7579
* Added `test/Project.toml` (#536)
7680
* Refactored imports to explicitly overload methods (#537)
7781
* Tidied and renamed various atoms and files clarity. This should be
7882
non-breaking as no public API was changed. (#538), (#539), (#540), (#541),
79-
(#543), (#545), (#582), (#583)
83+
(#543), (#545), (#549), (#553), (#582), (#583)
8084
* Removed the unused file `src/problem_depot/problems/benchmark.jl` (#560)
81-
* Added various tests to improve code coverage (#572), (#575), (#577), (#580)
85+
* Added various tests to improve code coverage (#522), (#572), (#575), (#577),
86+
(#580)
8287

8388
## v0.15.4 (October 24, 2023)
8489

0 commit comments

Comments
 (0)