From 3541f0f71f2b2978333fa8a21084d20245e11b82 Mon Sep 17 00:00:00 2001 From: Freddy Kristiansen Date: Wed, 22 Jan 2025 09:48:41 +0100 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 38c166b73..7933b5876 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,5 @@ +## v6.3 + ### Deprecations - `cleanModePreprocessorSymbols` will be removed after April 1st 2025. Use [Conditional Settings](https://aka.ms/algosettings#conditional-settings) instead, specifying buildModes and the `preprocessorSymbols` setting. Read [this](https://aka.ms/algodeprecations#cleanModePreprocessorSymbols) for more information.