Author: Armin Rigo <ar...@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
 =======
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to