Merge branch '4.0.x' into 4.x

This commit is contained in:
Takeshi KOMIYA
2021-07-06 00:43:17 +09:00

17
CHANGES
View File

@@ -101,7 +101,7 @@ Bugs fixed
Testing
--------
Release 4.0.3 (in development)
Release 4.0.4 (in development)
==============================
Dependencies
@@ -116,6 +116,18 @@ Deprecated
Features added
--------------
Bugs fixed
----------
Testing
--------
Release 4.0.3 (released Jul 05, 2021)
=====================================
Features added
--------------
* C, add C23 keywords ``_Decimal32``, ``_Decimal64``, and ``_Decimal128``.
* #9354: C, add :confval:`c_extra_keywords` to allow user-defined keywords
during parsing.
@@ -134,9 +146,6 @@ Bugs fixed
See also :confval:`c_extra_keywords`.
* #9322: KeyError is raised on PropagateDescDomain transform
Testing
--------
Release 4.0.2 (released May 20, 2021)
=====================================