Skip to content

Commit b7adeb8

Browse files
authored
changelog: fix
1 parent 45e59d2 commit b7adeb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Fixed
10+
* Fix infeasibility detection and add a unit test ([#328](https://github.com/Simple-Robotics/proxsuite/pull/328))
11+
912
## [0.6.5] - 2024-05-31
1013

1114
### Added
1215
* Pip wheels for Python 3.12 and stop support Python 3.7 ([#324](https://github.com/Simple-Robotics/proxsuite/pull/324))
1316

1417
### Fixed
1518
* Fixes compilation issue with GCC 14 on Arch ([#322](https://github.com/Simple-Robotics/proxsuite/pull/322))
16-
* Fix infeasibility detection and add unittest ([#328](https://github.com/Simple-Robotics/proxsuite/pull/328))
1719

1820
### What's Changed
1921
* Change from torch.Tensor to torch.empty or torch.tensor and specify type explicitly ([#308](https://github.com/Simple-Robotics/proxsuite/pull/308))

0 commit comments

Comments
 (0)