Skip to content

Commit 52092f6

Browse files
committed
changelog: fix
1 parent 5e21c2a commit 52092f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
## [3.9.0] - 2024-08-31
1010

1111
### Changed
12+
- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter ([#500](https://github.com/stack-of-tasks/eigenpy/pull/500))
1213

13-
- The `exposeStdVectorEigenSpecificType()` template function now takes the vector allocator as a template parameter.
14+
### Added
15+
- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499))
1416

1517
## [3.8.2] - 2024-08-26
1618

1719
### Fixed
1820
- Fix function signature on Windows ([#494](https://github.com/stack-of-tasks/eigenpy/pull/494))
1921

20-
### Added
21-
- Add bp::dist to std::map converter ([#499](https://github.com/stack-of-tasks/eigenpy/pull/499))
22-
2322
## [3.8.1] - 2024-08-25
2423

2524
### Fixed

0 commit comments

Comments
 (0)