From 09da486b1d4f5c2a23f77a48492ff1477caff32b Mon Sep 17 00:00:00 2001 From: Guillaume Paran Date: Tue, 26 Oct 2021 15:38:42 +0200 Subject: [PATCH] [Changelog] Update Changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e886cf928..4d978c3535c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v21.06.02](https://github.com/sofa-framework/sofa/tree/v21.06.02) + +[Full log](https://github.com/sofa-framework/sofa/compare/v21.06.01...v21.06.02) + +### Bug Fixes +**Architecture** +- [CMake] Clean Sofa.Core CMakeLists + Add missing headers [#2444](https://github.com/sofa-framework/sofa/pull/2444) +- [SofaMeshCollision] Fix cmake generated config file [#2400](https://github.com/sofa-framework/sofa/pull/2400) + +**Modules** +- [Sofa.Compat] Fix install [#2360](https://github.com/sofa-framework/sofa/pull/2360) +- [Sofa.Helper] PluginManager: check if a plugin is already loaded with a different path [#2352](https://github.com/sofa-framework/sofa/pull/2352) + +____________________________________________________________ + + + ## [v21.06.01](https://github.com/sofa-framework/sofa/tree/v21.06.01) [Full log](https://github.com/sofa-framework/sofa/compare/v21.06.00...v21.06.01)