From 753368dee88fb5c97827377cba683d6ac037d9eb Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 6 Jan 2020 17:25:35 +0100 Subject: [PATCH] docs/UPGRADING.md: ToC update Add a few items that were in the docs, but not in the table of contents. Signed-off-by: Gergely Nagy --- docs/UPGRADING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md index 1a56c372..54337348 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -19,6 +19,9 @@ If any of this does not make sense to you, or you have trouble updating your .in - [TypingBreaks](#typingbreaks) - [Redial](#redial) + [Deprecated APIs and their replacements](#deprecated-apis-and-their-replacements) + - [Class/global instance Kaleidoscope_/Kaleidoscope renamed to kaleidoscope::Runtime_/kaleidoscope::Runtime](#classglobal-instance-kaleidoscope_kaleidoscope-renamed-to-kaleidoscoperuntime_kaleidoscoperuntime) + - [Transition to linear indexing](#transition-to-linear-indexing) + - [keymaps array and KEYMAPS and KEYMAPS_STACKED macros](#keymaps-array-and-keymaps-and-keymaps_stacked-macros) - [Source code and namespace rearrangement](#source-code-and-namespace-rearrangement) * [Removed APIs](#removed-apis)