[pypy-commit] cffi default: Add whatsnews

arigo pypy.commits at gmail.com
Thu Apr 18 07:11:55 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3262:d350e73b9dfb
Date: 2019-04-18 13:10 +0200
http://bitbucket.org/cffi/cffi/changeset/d350e73b9dfb/

Log:	Add whatsnews

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,17 @@
 ======================
 
 
+v1.12.3
+=======
+
+* Fix for nested struct types that end in a var-sized array (#405).
+
+* Add support for using ``U`` and ``L`` characters at the end of integer
+  constants in ``ffi.cdef()`` (thanks Guillaume).
+
+* More 3.8 fixes.
+
+
 v1.12.2
 =======
 


More information about the pypy-commit mailing list