diff ChangeLog @ 655:fe907488e235

- changelog
author Tassilo Philipp
date Sat, 09 Mar 2024 11:32:00 +0100
parents b42cee4358fc
children 5ec41b820858
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 07 18:01:54 2024 +0100
+++ b/ChangeLog	Sat Mar 09 11:32:00 2024 +0100
@@ -1,6 +1,21 @@
 This file lists bigger/noteworthy changes, only...
 
 
+Version 1.5 (upcoming)
+
+general:
+  o removed subproject 'autovar' (was supposed to be a more modular version of
+    dyncall_macros.h, but never fully replaced latter, thus just duplicating code)
+dyncall:
+  o riscv64 (hard-float, Linux, w/o syscalls and aggregates) support (thanks Jun Jeon!)
+dyncallback:
+  o riscv64 (hard-float, Linux, w/o syscalls and aggregates) support (thanks Jun Jeon!)
+  o small arm64 callback optimization (saving 32b of stack space and one instruction)
+doc:
+  o riscv64 calling convention description
+  o marked riscv64 as supported (basic) for *nix and tested for Linux and FreeBSD
+
+
 Version 1.4 (2022/12/06)
 
 dyncall: