Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2950:f6f8d7ce7ff2
Date: 2017-05-31 12:26 +0200
http://bitbucket.org/cffi/cffi/changeset/f6f8d7ce7ff2/

Log:    Whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,15 @@
 ======================
 
 
+v1.11
+=====
+
+* Support the C99 types ``float _Complex`` and ``double _Complex``.
+  Note that libffi doesn't support them, which means that in the ABI
+  mode you still cannot call C functions that take complex numbers
+  directly as arguments or return type.
+
+
 v1.10.1
 =======
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to