From 419f317bbc35d664a7f8e0b571f8cb0413c7b277 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Thu, 3 Mar 2022 12:03:26 -0600 Subject: [PATCH] Correct some heading levels in UPGRADING doc Signed-off-by: Michael Richters --- docs/UPGRADING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UPGRADING.md b/docs/UPGRADING.md index 01baae1f..83548e73 100644 --- a/docs/UPGRADING.md +++ b/docs/UPGRADING.md @@ -1152,11 +1152,11 @@ This deprecated plugin was removed on **2022-03-03**. Please use the more gener ### Removed on 2020-10-10 -### Deprecation of the HID facade +#### Deprecation of the HID facade With the new Device APIs it became possible to replace the HID facade (the `kaleidoscope::hid` family of functions) with a driver. As such, the old APIs are deprecated, and was removed on 2020-10-10. Please use `Kaleidoscope.hid()` instead. -### Implementation of type Key internally changed from C++ union to class +#### Implementation of type Key internally changed from C++ union to class The deprecated functions were removed on 2020-10-10.