From 96d92fe88a066d59ea06e9a35cb627e3950a12f3 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 25 Apr 2024 09:54:32 +0200 Subject: [PATCH] changelog: sync --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b47eac1f..5dc132a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Allow EigenToPy/EigenFromPy specialization with CL compiler ([#462](https://github.com/stack-of-tasks/eigenpy/pull/462)) +- Fix missing include for boost >= 1.85 ([#464](https://github.com/stack-of-tasks/eigenpy/pull/464)) ## [3.5.0] - 2024-04-14 -- GitLab