docs/UPGRADING.md: Adjust the removal date of the deprecated Layer methods

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/867/head
Gergely Nagy 4 years ago
parent ffcd17ba6e
commit 60c138d756
No known key found for this signature in database
GPG Key ID: AC1E90BAC433F68F

@ -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.

Loading…
Cancel
Save