From 5697f866a6a73d8fa4b03a86d8765366d6dd8e75 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 6 Jan 2020 17:36:46 +0100 Subject: [PATCH] docs/UPGRADING.md: Add a removal date for the old device APIs The old device API (`Hardware.h`, basically) along with some other related symbols (`ROWS`, `COLS`, etc) were deprecated, they emit warnings, but not removal date was set. Lets do that now. Signed-off-by: Gergely Nagy --- docs/UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md index b21fb16c..7838d3bd 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -40,6 +40,8 @@ For end users, this doesn't come with any breaking changes. A few things have be For those wishing to port Kaleidoscope to devices it doesn't support yet, the new API should make most things considerably easier. Please see the (work in progress) documentation in [doc/device-apis.md](doc/device-apis.md). +The old symbols and APIs will be removed by **2020-03-15**. + ### New plugin API #### For end-users