summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a8e02bd8b..9016c1b45 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,9 +2,16 @@
Cython Changelog
================
-0.29.31 (2022-??-??)
+0.29.31 (2022-07-22)
====================
+Features added
+--------------
+
+* A new argument ``--module-name`` was added to the ``cython`` command to
+ provide the (one) exact target module name from the command line.
+ Patch by Matthew Brett and h-vetinari. (Github issue #4906)
+
Bugs fixed
----------