Skip to content

Commit

Permalink
release: Update CHANGELOG.md for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Aug 27, 2024
1 parent 47827fb commit fd16b9b
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.2.0] - 2024-08-27

### Fixed
- Append pinocchio optional libraries into pkg-config file ([#2322](https://github.com/stack-of-tasks/pinocchio/pull/2322))
- Fixed support of DAE meshes with MeshCat ([#2331](https://github.com/stack-of-tasks/pinocchio/pull/2331))
Expand Down Expand Up @@ -1019,7 +1021,8 @@ The model can either be parsed from a URDF format or be created by appendending
• Fixed (concatenation of two consecutive bodies)


[Unreleased]: https://github.com/stack-of-tasks/pinocchio/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/stack-of-tasks/pinocchio/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/stack-of-tasks/pinocchio/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/stack-of-tasks/pinocchio/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/stack-of-tasks/pinocchio/compare/v2.7.1...v3.0.0
[2.7.1]: https://github.com/stack-of-tasks/pinocchio/compare/v2.7.0...v2.7.1
Expand Down

0 comments on commit fd16b9b

Please sign in to comment.