summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
=======