diff --git a/CHANGELOG.md b/CHANGELOG.md index e90917d1efbdbbcb4b5f821b3d0337a1f91f397b..39f098e4c83eaa2f48374f4c4a47ecebf1920d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.9.0] - 2024-08-31 + ### Changed - The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter. @@ -671,7 +673,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding ## [1.0.0] - 2014-07-18 -[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...HEAD +[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.9.0...HEAD +[3.9.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...v3.9.0 [3.8.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...v3.8.2 [3.8.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1 [3.8.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0