Core: Include API changes file

This commit is contained in:
Mike Auty
2021-08-11 21:06:43 +01:00
parent 6fdf6e9e9f
commit 2cfb65380a
+19
View File
@@ -0,0 +1,19 @@
API Changes
===========
When an addition to the existing API is made, the minor version is bumped.
When an API feature or function is removed or changed, the major version is bumped.
1.2.0
=====
* Added support for module collections
* Added context.modules
* 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