Skip to content

Commit

Permalink
release: Update CHANGELOG.md for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 23, 2024
1 parent 0a51517 commit 4beb4fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [3.3.0] - 2024-01-23

### Fixed
- Fix potential memory leak when returning a list from an `std::vector` or an `std::array` ([423](https://github.com/stack-of-tasks/eigenpy/pull/423))

Expand Down Expand Up @@ -584,7 +586,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.2.0...HEAD
[Unreleased]: https://github.com/stack-of-tasks/eigenpy/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/stack-of-tasks/eigenpy/compare/v3.2.0...v3.3.0
[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
Expand Down

0 comments on commit 4beb4fb

Please sign in to comment.