Skip to content

Commit edfdc97

Browse files
committed
Update CHANGELOG
1 parent 91d0d9d commit edfdc97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add a multibody friction cone cost ([#234](https://github.com/Simple-Robotics/aligator/pull/234))
1313
- Add a `GravityCompensationResidual`, modelling $r(x,u) = Bu - G(q)$ ([#235](https://github.com/Simple-Robotics/aligator/pull/235))
1414
- Add Pixi support ([#240](https://github.com/Simple-Robotics/aligator/pull/240))
15+
- Added a nonmonotone linesearch procedure ([#244](https://github.com/Simple-Robotics/aligator/pull/244))
1516

1617
### Changed
1718

19+
- The minimum required version of proxsuite-nlp is now 0.10.0 ([#244](https://github.com/Simple-Robotics/aligator/pull/244))
1820
- `SolverProxDDP`: add temporary vectors for linesearch
1921
- `SolverProxDDP`: remove exceptions from `computeMultipliers()`, return a bool flag
2022
- HistoryCallback: take solver instance as argument

0 commit comments

Comments
 (0)