summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-08-21 20:50:24 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-08-21 20:50:24 +0200
commit46b0e0388ba47d29860721f1bc3564708dee9b9f (patch)
treebce094e2a9fb1a4e8e8ff5828de126f039381d4e
parente989f760d99157ce4f24d076ea726400d32581a6 (diff)
downloadcython-46b0e0388ba47d29860721f1bc3564708dee9b9f.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 412f7a2e9..8bf82996d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,22 @@
Cython Changelog
================
+0.29.14 (2019-??-??)
+====================
+
+Bugs fixed
+----------
+
+* ``await`` was not allows inside of f-strings.
+ Patch by Dmitro Getz. (Github issue #2877)
+
+Other changes
+-------------
+
+* The ``PyMemoryView_*()`` C-API is available in ``cpython.memoryview``.
+ Patch by Nathan Manville. (Github issue #2541)
+
+
0.29.13 (2019-07-26)
====================