Skip to content

Commit c59e1b5

Browse files
committed
update CHANGELOG
1 parent 51de65c commit c59e1b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [Unreleased]
88

99
### Added
10+
11+
- Add more general visitor `GenericMapPythonVisitor` for map types ([#504](https://github.com/stack-of-tasks/eigenpy/pull/504)), test `boost::unordered_map<std::string, int>`
1012
- Add type_info helpers ([#502](https://github.com/stack-of-tasks/eigenpy/pull/502))
1113

14+
### Changed
15+
16+
- Move `StdMapPythonVisitor` out of `eigenpy::python` namespace, which was a mistake ([#504](https://github.com/stack-of-tasks/eigenpy/pull/504))
17+
1218
## [3.9.0] - 2024-08-31
1319

1420
### Changed

0 commit comments

Comments
 (0)