Skip to content
Snippets Groups Projects
Verified Commit 1abad0c1 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

release: Update CHANGELOG.md for 3.2.0

parent 433fbb68
No related branches found
No related tags found
No related merge requests found
Pipeline #34769 passed with warnings
......@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
## [3.2.0] - 2023-12-12
### Added
- Support for C++11 `std::array` types ([#412](https://github.com/stack-of-tasks/pull/412))
- Support for `std::pair` types ([#417](https://github.com/stack-of-tasks/pull/417))
......@@ -579,7 +581,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.1.4...HEAD
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
[3.1.4]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4
[3.1.3]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.1...v3.1.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment