From f43d5aa53ff6d25ef1a036c38edead366e98387d Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Wed, 20 Mar 2024 12:58:42 +0700 Subject: [PATCH] chore: copy change docs into header as well --- core/include/keyman/keyman_core_api.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core/include/keyman/keyman_core_api.h b/core/include/keyman/keyman_core_api.h index 404bcfb963..ba360e4d98 100644 --- a/core/include/keyman/keyman_core_api.h +++ b/core/include/keyman/keyman_core_api.h @@ -101,7 +101,14 @@ title: Changes - Keyman Core API ## Changes between 16.0 and 17.0 -...TODO +* The namespace identifier has changed from `km_kbp_` to `km_core_`. +* Most context APIs are now private, and `km_core_context_set_if_needed` is the + primary context function. Private APIs are available in + `keyman_core_api_context.h`. +* The action queue APIs are now private and deprecated. Instead, use + `km_core_state_get_actions`. Private APIs are available in + `keyman_core_api_actions.h`. +* Debug APIs are available in `keyman_core_api_debug.h`. -------------------------------------------------------------------------------