diff --git a/ChangeLog.md b/ChangeLog.md index 2082e7840..edcddb63e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,7 @@ Changelog Changes since last release ------------- 18/12/2024 +<<<<<<< HEAD - Fixes - #936 A particular defined positioning (of the C++-type CCPACSPositioning) was not available via Python bindings since the std::vector> is not exposed to swig. New getter functions have been implemented in CCPACSPositioning.h to make these elements accesible via index, similar to the implementation of for several other classes. For more information see https://github.com/RISCSoftware/cpacs_tigl_gen/issues/59. @@ -13,6 +14,11 @@ Changes since last release - Update the C++ standard to C++17 (#1045). +======= +- Fixes + - #936 A particular defined positioning (of the C++-type CCPACSPositioning) was not available via Python bindings since the std::vector> is not exposed to swig. New getter functions have been implemented in CCPACSPositioning.h to make these elements accesible via index, similar to the implementation of for several other classes. For more information see https://github.com/RISCSoftware/cpacs_tigl_gen/issues/59. + +>>>>>>> 95b5f3c0d71cb763533f8d9eac3f5ebd30b8b1f0 13/11/2024 - Fixes: