Skip to content

Commit 8c99a55

Browse files
committed
Update
1 parent 507dd9f commit 8c99a55

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
@@ -46,6 +46,8 @@ changes.
4646
will be removed in the next breaking release (#567)
4747
* The syntax `x in :PSD` to create a semidefinite constraint is deprecated and
4848
will be removed in the next breaking release (#578)
49+
* Fixed setting a `Constant` objective function. This is breaking because it
50+
now has ann objective sense instead of ignoring the objective. (#581)
4951
* `quadform` now errors when fixed variables are used instead of silently
5052
giving incorrect answers if the value of the fixed variable is modified
5153
between solves (#586)
@@ -67,21 +69,24 @@ changes.
6769
* [Type piracy](https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy)
6870
of `imag` and `real` has been removed. This should not affect use of Convex. (#504)
6971
* Fix `dot` to correctly complex-conjugates its first argument (#524)
70-
* Add tests and fix a number of bugs in various atoms (#546), (#550), (#554),
71-
(#556), (#558), (#559), (#561), (#562), (#563), (#565), (#566), (#567) (#568)
72+
* Add tests and fix a number of bugs in various atoms (#546), (#547), (#550),
73+
(#554), (#556), (#558), (#559), (#561), (#562), (#563), (#565), (#566),
74+
(#567), (#568)
7275

7376
### Other
7477

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

8691
## v0.15.4 (October 24, 2023)
8792

0 commit comments

Comments
 (0)