diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.124.json b/src/sap.m/test/sap/m/relnotes/changes-1.124.json index 9ae2094a3781..a6a211a74b3d 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.124.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.124.json @@ -304,5 +304,15 @@ "text": " sap.m.IconTabBar: Content padding classes are applied to the header if additional class is present" } ] + }, + "1.124.7": { + "date": "September 2024", + "notes": [ + { + "id": "41ace6d1506a8fa0c5956dc70c2affc2b005fe5c", + "type": "FIX", + "text": " CellSelector: Return correct row contexts when grouping" + } + ] } } \ No newline at end of file diff --git a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json index 89259bd90971..2c92f02761f7 100644 --- a/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json +++ b/src/sap.uxap/test/sap/uxap/relnotes/changes-1.124.json @@ -8,5 +8,15 @@ "text": " ObjectPageLayout: Fix lazy loading of data of BlockBases" } ] + }, + "1.124.7": { + "date": "September 2024", + "notes": [ + { + "id": "24c5b17d7d8568cf84f51ce39959922c6d090fb2", + "type": "FIX", + "text": " sap.uxap.ObjectPageLayout: lazy loading with selected SubSection" + } + ] } } \ No newline at end of file