From 703ab56587aac0d79ccc0f72f2b8d9ee235e20a5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 27 May 2024 23:24:19 +0100 Subject: Use SDCC's new calling convention (this is an ABI breaking change, and will require changes to user-written asm functions or their declarations) --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index dd8d30b..9859d11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## Release 1.2.0 - 2022-??-?? + + - Support for the new SDCC calling convention (SDCC 4.2.0 or later) + - Small fixes in the build scripts + + For older versions of SDCC (or the old calling convention), please + use version 1.1.14. + ## Release 1.1.14 - 2023-06-17 - Small improvements in the API, around const parameters -- cgit v1.2.3