From 86771d15d5eb3402b9fd03768bf0bc37476c2a0a Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 11 Aug 2021 21:08:33 +0100 Subject: [PATCH] Core: Don't get to hasty with the API version --- API_CHANGES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/API_CHANGES.md b/API_CHANGES.md index a04b9fc78..4a65de04b 100644 --- a/API_CHANGES.md +++ b/API_CHANGES.md @@ -12,8 +12,4 @@ When an API feature or function is removed or changed, the major version is bump * Added ModuleRequirement * Added get\_symbols\_by\_absolute\_location -* Remove support for symbol\_shift and symbol\_mask from symbol tables - Symbols should be the data values from the JSON, and if they need modifying, - a module wrappr, or similar, should be used -