Skip to content

Commit ddb86ad

Browse files
authored
Merge pull request #396 from stack-of-tasks/topic/keep_a_changelog
common: propose a new changelog format
2 parents e7bd407 + 34cef49 commit ddb86ad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
- Support Python 3.12 ([#391](https://github.com/stack-of-tasks/eigenpy/pull/391))
11+
12+
### Fixed
13+
- Add method to `std::vector<MatrixXX>` binding even if another library had registered it ([#393](https://github.com/stack-of-tasks/eigenpy/pull/393))
14+
15+
### Changed
16+
- CMake minimal version is now 3.10 ([#388](https://github.com/stack-of-tasks/eigenpy/pull/388))

0 commit comments

Comments
 (0)