summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-01-10 23:32:38 +0100
committerArmin Rigo <arigo@tunes.org>2018-01-10 23:32:38 +0100
commit588260c990e5e012575102b9d92618e0ada2f94e (patch)
treec5f0cccc826efc55c11c7012752589f13d6c4173 /doc
parent45ebefc968f718a5fc8309e6b92a9747995400a2 (diff)
downloadcffi-588260c990e5e012575102b9d92618e0ada2f94e.tar.gz
What's new in 1.11.3
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index cc83529..9c4f342 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,16 @@ What's New
======================
+v1.11.3
+=======
+
+* More Windows fixes: MSVC does not support large literal strings in C
+ code (from ``ffi.embedding_init_code(large_string)``); and a MSVC-only
+ issue with ``Py_LIMITED_API`` on CPython 3.x.
+
+* Other misc. issues and documentation improvements
+
+
v1.11.2
=======