Skip to content

Commit 1abad0c

Browse files
committed
release: Update CHANGELOG.md for 3.2.0
1 parent 433fbb6 commit 1abad0c

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.2.0] - 2023-12-12
10+
911
### Added
1012
- Support for C++11 `std::array` types ([#412](https://github.com/stack-of-tasks/pull/412))
1113
- 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
579581

580582
## [1.0.0] - 2014-07-18
581583

582-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...HEAD
584+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...HEAD
585+
[3.2.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
583586
[3.1.4]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4
584587
[3.1.3]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.2...v3.1.3
585588
[3.1.2]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.1...v3.1.2

0 commit comments

Comments
 (0)