From eb05b6624274acc382cd672b3ff99df61f3a75ff Mon Sep 17 00:00:00 2001 From: sapui5 Date: Mon, 7 Oct 2024 14:16:27 +0200 Subject: [PATCH] RELEASE NOTES ONLY Release notes for version 1.38.63 Change-Id: Id8762718c1cb2ac64cd45447ff1ceff1c795fdac --- src/sap.m/test/sap/m/relnotes/changes-1.38.json | 16 ++++++++++++++++ .../test/sap/ui/core/relnotes/changes-1.38.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/sap.m/test/sap/m/relnotes/changes-1.38.json b/src/sap.m/test/sap/m/relnotes/changes-1.38.json index 5c72717642c7..bbf8e459f216 100644 --- a/src/sap.m/test/sap/m/relnotes/changes-1.38.json +++ b/src/sap.m/test/sap/m/relnotes/changes-1.38.json @@ -6273,5 +6273,21 @@ ] } ] + }, + "1.38.63": { + "date": "October 2024", + "notes": [ + { + "id": "1d4ab97c5b8ccf7dc1b9dc872ba1b096f29a5516", + "type": "FIX", + "text": " sap.m.FormattedText: Formatting issue fixed", + "references": [ + { + "type": "BCP", + "reference": "002075129400004628532023" + } + ] + } + ] } } \ No newline at end of file diff --git a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json index b0c30d78ddc0..1d0cddad4a42 100644 --- a/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json +++ b/src/sap.ui.core/test/sap/ui/core/relnotes/changes-1.38.json @@ -3760,5 +3760,21 @@ ] } ] + }, + "1.38.63": { + "date": "October 2024", + "notes": [ + { + "id": "02f979b68258a88ef8554e8d7f981d2281caa15d", + "type": "FEATURE", + "text": " Prepare for upcoming 'unload' event deprecation and deprecate APIs 'onWindowBeforeUnload', 'onWindowUnload' and 'onWindowError' in 'sap/ui/core/Component'", + "references": [ + { + "type": "BCP", + "reference": "" + } + ] + } + ] } } \ No newline at end of file