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 b8b1fd10e1d3..04677d2cd99b 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 @@ -264,5 +264,25 @@ ] } ] + }, + "1.124.5": { + "date": "September 2024", + "notes": [ + { + "id": "dec7df9b6589b6b4962314e04de5829bc159fbe2", + "type": "FIX", + "text": " sap.m.ViewSettingsDialog: fixed \"select all\" checkbox positioning" + }, + { + "id": "a7c283f7b12fd32775697bc9f5ddbf62ba63da91", + "type": "FIX", + "text": " sap.m.OverflowToolbar: Implement onfocusfail logic\"" + }, + { + "id": "03b244518f03cbf42770c4db525db1f094055c70", + "type": "FIX", + "text": " We've now introduced the fileSize parameter in fileSizeExceeded event of UploadSet" + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json index 453c95b775a3..3a92e9102643 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.124.json @@ -114,5 +114,20 @@ ] } ] + }, + "1.124.5": { + "date": "September 2024", + "notes": [ + { + "id": "34f90d9aa18b4d44f8a6c24711191ace603da9f3", + "type": "FIX", + "text": " Adjust link in sap.ui.core.MessageType documentation" + }, + { + "id": "0b566e713277a5402712fc5f8d59852415e6f19a", + "type": "FIX", + "text": " sap/ui/core: handle focus properly when disabling" + } + ] } } \ No newline at end of file