Skip to content

Commit 728003f

Browse files
committed
Update CHANGELOG
1 parent be42f5a commit 728003f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88

99
### Highlighted contributions
1010

11-
- [LinearSystem] Refactor matrix assembly [#2777](https://github.com/sofa-framework/sofa/pull/2777)
12-
- [Core] Introduce parallel for each [#3548](https://github.com/sofa-framework/sofa/pull/3548)
13-
- [MultiThreading] Introduce ParallelTetrahedronFEMForceField [#3552](https://github.com/sofa-framework/sofa/pull/3552)
14-
- [examples] Apply Sofa/Component structure for all examples [#3588](https://github.com/sofa-framework/sofa/pull/3588)
11+
- [LinearSystem] Refactor matrix assembly [#2777](https://github.com/sofa-framework/sofa/pull/2777)
12+
- [Core] Introduce parallel for each [#3548](https://github.com/sofa-framework/sofa/pull/3548)
13+
- [MultiThreading] Introduce ParallelTetrahedronFEMForceField [#3552](https://github.com/sofa-framework/sofa/pull/3552)
14+
- [examples] Apply Sofa/Component structure for all examples [#3588](https://github.com/sofa-framework/sofa/pull/3588)
1515

1616

1717
### Breaking
1818

1919
**Architecture**
20-
- [all] Lifecycle v23.06 1/n [#3634](https://github.com/sofa-framework/sofa/pull/3634)
21-
- [all] Lifecycle v23.06 2/n [#3649](https://github.com/sofa-framework/sofa/pull/3649)
22-
- [all] Lifecycle v23.06 3/n [#3654](https://github.com/sofa-framework/sofa/pull/3654)
23-
- [all] Lifecycle v23.06 4/n [#3655](https://github.com/sofa-framework/sofa/pull/3655)
24-
- [Core] Use std::function for Link's Validator (and fix UB) [#3665](https://github.com/sofa-framework/sofa/pull/3665)
25-
- [Helper] Improve OptionsGroup [#3737](https://github.com/sofa-framework/sofa/pull/3737)
26-
- [Simulation] Suggest required plugin in the syntax of the scene loader [#3799](https://github.com/sofa-framework/sofa/pull/3799)
20+
- [all] Lifecycle v23.06 1/n [#3634](https://github.com/sofa-framework/sofa/pull/3634)
21+
- [all] Lifecycle v23.06 2/n [#3649](https://github.com/sofa-framework/sofa/pull/3649)
22+
- [all] Lifecycle v23.06 3/n [#3654](https://github.com/sofa-framework/sofa/pull/3654)
23+
- [all] Lifecycle v23.06 4/n [#3655](https://github.com/sofa-framework/sofa/pull/3655)
24+
- [Core] Use std::function for Link's Validator (and fix UB) [#3665](https://github.com/sofa-framework/sofa/pull/3665)
25+
- [Helper] Improve OptionsGroup [#3737](https://github.com/sofa-framework/sofa/pull/3737)
26+
- [Simulation] Suggest required plugin in the syntax of the scene loader [#3799](https://github.com/sofa-framework/sofa/pull/3799)
2727

2828
**Modules**
2929
- [Mapping] Adds template to RigidMapping [#3680](https://github.com/sofa-framework/sofa/pull/3680)
@@ -190,6 +190,8 @@
190190
- [PreassembledMass] Make it external [#3802](https://github.com/sofa-framework/sofa/pull/3802)
191191
- [SofaCUDA] Move explicit template instantiations from CudaTypes.cpp to CudaMultiMapping.cpp [#3807](https://github.com/sofa-framework/sofa/pull/3807)
192192
- [plugins] Remove references to old plugins [#3960](https://github.com/sofa-framework/sofa/pull/3960)
193+
- [plugins] Remove references to external deleted plugins [#3980](https://github.com/sofa-framework/sofa/pull/3980)
194+
193195

194196
**Examples / Scenes**
195197
- [Tutorials] Fix CMake with Sofa.GUI [#3624](https://github.com/sofa-framework/sofa/pull/3624)

0 commit comments

Comments
 (0)