Skip to content

Commit 5e21c2a

Browse files
committed
release: Update CHANGELOG.md for 3.9.0
1 parent 39bfa58 commit 5e21c2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.9.0] - 2024-08-31
10+
911
### Changed
1012

1113
- 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
671673

672674
## [1.0.0] - 2014-07-18
673675

674-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...HEAD
676+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.9.0...HEAD
677+
[3.9.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.2...v3.9.0
675678
[3.8.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.1...v3.8.2
676679
[3.8.1]: https://github.com/stack-of-tasks/eigenpy/compare/v3.8.0...v3.8.1
677680
[3.8.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.7.0...v3.8.0

0 commit comments

Comments
 (0)