From fd23b2134051585224a861552d0467b75e4b99a1 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Wed, 7 Aug 2024 10:11:35 +0200 Subject: [PATCH] changelog: sync --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867375bff..7d2870e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Fix cereal include directory in cmake ([#340](https://github.com/Simple-Robotics/proxsuite/pull/340)) * Extend doc with hint for conda installation from source ([#340](https://github.com/Simple-Robotics/proxsuite/pull/340)) +### Fixed +* Fix inequality constraints return in QPLayer ([#343](https://github.com/Simple-Robotics/proxsuite/pull/343)) + ## [0.6.6] - 2024-06-15 ### Fixed