Skip to content

Commit 458c0e1

Browse files
committed
release: Update CHANGELOG.md for 3.4.0
1 parent f1eb035 commit 458c0e1

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.4.0] - 2024-02-26
10+
911
### Added
1012
- Support for `Eigen::SparseMatrix` types ([#426](https://github.com/stack-of-tasks/eigenpy/pull/426))
1113
- Support for `boost::variant` types with `VariantConverter` ([#430](https://github.com/stack-of-tasks/eigenpy/pull/430))
@@ -600,7 +602,8 @@ One can now easily expose C++ struct containing Eigen objects in Python avoiding
600602

601603
## [1.0.0] - 2014-07-18
602604

603-
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...HEAD
605+
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.4.0...HEAD
606+
[3.4.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...v3.4.0
604607
[3.3.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0
605608
[3.2.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.4...v3.2.0
606609
[3.1.4]: https://github.com/stack-of-tasks/eigenpy/compare/v3.1.3...v3.1.4

0 commit comments

Comments
 (0)