From 60c138d756016a4f9b244896e43bd69145bb4b70 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 10 Oct 2020 23:01:41 +0200 Subject: [PATCH] docs/UPGRADING.md: Adjust the removal date of the deprecated Layer methods 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 16d83adc..888d40a3 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -321,7 +321,7 @@ The layer system used to be index-ordered, meaning that we'd look keys up on layers based on the _index_ of active layers. Kaleidoscope now uses activation order, which looks up keys based on the order of layer activation. -This means that the following functions are deprecated, and will be removed by **2020-09-16**: +This means that the following functions are deprecated, and will be removed by **2020-12-31**: - `Layer.top()`, which used to return the topmost layer index. Use `Layer.mostRecent()` instead, which returns the most recently activated layer.