From 52092f6ea76f9942ede050d5257d937429f2ebc1 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Sat, 31 Aug 2024 13:02:25 +0200 Subject: [PATCH] changelog: fix --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f098e4..8b87459e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [3.9.0] - 2024-08-31 ### Changed +- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter ([#500](https://github.com/stack-of-tasks/eigenpy/pull/500)) -- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter. +### Added +- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499)) ## [3.8.2] - 2024-08-26 ### Fixed - Fix function signature on Windows ([#494](https://github.com/stack-of-tasks/eigenpy/pull/494)) -### Added -- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499)) - ## [3.8.1] - 2024-08-25 ### Fixed