diff ChangeLog @ 392:a295958c6797

- changelog update - manual platform overview update (marking haiku/x64 as supported and tested)
author Tassilo Philipp
date Fri, 22 Jan 2021 15:40:42 +0100
parents f155bda02e10
children 763ab518e1bb
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 22 14:42:48 2021 +0100
+++ b/ChangeLog	Fri Jan 22 15:40:42 2021 +0100
@@ -22,12 +22,13 @@
 doc:
   o manual now specifying calling convention signature chars
   o dynload(3) note about macos >= 11.0.1 cached dylib support (see above)
+  o marked Haiku/x64 as supported and tested
 bindings:
-  o python: Python 3 support, Python 2 unicode support, added get_path function, changing
+  o pydc: Python 3 support, Python 2 unicode support, added get_path function, changing
     'Z' conversions to only immutable types and 'p' to mutable types (and handles), support
     passing None for 'Z' and 'p', bytearray support, support to specify calling convention
-  o shell: can reference own executable now and support for more calling conventions
-  o shell: syscall support
+  o shdc: can reference own executable now and support for more calling conventions
+  o shdc: syscall support
 tests:
   o extended callf testcode to test callconv mode switch signature chars (including syscalls)
   o robustness fixes (thanks Bernhard!)