From e5c8f722479d2ea939cc99c1760769de8fe918e7 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 6 Jan 2020 17:31:54 +0100 Subject: [PATCH] docs/UPGRADING.md: Add a removal date for the old row/col based indexing While we added the new APIs and the entry in UPGRADING.md last summer, a removal date was never announced. Lets fix that now, and remove these in March. Signed-off-by: Gergely Nagy --- docs/UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md index adc869f2..b21fb16c 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -495,7 +495,7 @@ After renaming, some of the original symbols have been deprecated. The deprecate Row/col based indexing was replaced by linear indexing throughout the whole firmware. A compatibility layer of functions was introduced that allows the firmware to remain backwards compatible, however, these functions are deprecated and will be removed in future versions of the firmware. -Also a new version of the onKeyswitchEvent-handler has been introduced. The old version is deprecated. +Also a new version of the onKeyswitchEvent-handler has been introduced. The old version is deprecated, and will be removed after **2020-03-15**. ### Source code and namespace rearrangement