changeset 415:4f6c9d3962a5 r1.3-RC1

- changelog update
author Tassilo Philipp
date Thu, 16 Dec 2021 16:02:39 +0100
parents 49b669422ad8
children 41fe3efec1c0
files ChangeLog
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 16 15:58:03 2021 +0100
+++ b/ChangeLog	Thu Dec 16 16:02:39 2021 +0100
@@ -3,14 +3,15 @@
 
 Version 1.3 (upcoming)
 
-dynload:
-  o Haiku/x86 build fix
-  o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!)
+  o introduced version macro (see dyncall/dyncall_version.h)
 dyncall:
   o fixed broken return values w/ arm32/thumb mode (only affected some platforms)
   o build fix when using clang's integrated assembler on arm32 hard-float platforms
 dyncallback:
   o build fix when using clang's integrated assembler on arm32 hard-float platforms
+dynload:
+  o Haiku/x86 build fix
+  o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!)
 buildsys:
   o windows/nmake based builds: output library name changes to follow conventions of the native
     platform and be in line with cmake based builds