diff --git a/Project.toml b/Project.toml index 1bb309421..664c4d112 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Convex" uuid = "f65535da-76fb-5f13-bab9-19810c17039a" -version = "0.16.4" +version = "0.16.5" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index e0490d9fd..8ff4bd19f 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -7,6 +7,23 @@ CurrentModule = Convex 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). +## v0.16.5 (January 19, 2026) + +### Added + + - Added support for `Base.log1p` (#718) + +### Fixed + + - Fixed `DCPViolationError` for `MultiplyAtom` (#712) + - Check constraint and objective is DCP when adding (#714) + - Fixed Documentation of the Huber Function (#721) + - Fixed Support for Sparse Matrices in `quadform()` (#726) + +### Other + + - Documentation updates (#717), (#723) + ## v0.16.4 (November 19, 2024) ### Added