Skip to content

Commit

Permalink
changelog: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 31, 2024
1 parent 5e21c2a commit 52092f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52092f6

Please sign in to comment.