summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-07-07 21:38:27 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-07-07 21:38:27 +0200
commit94a4c90406ed331240c4e2f71bcaba23309b4566 (patch)
treec4cafc9eb446f2700dde1b253968c0d544ca8abd
parent21c348357ef1d1eb69d48d9757f6693dd9ed4da2 (diff)
downloadcython-94a4c90406ed331240c4e2f71bcaba23309b4566.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2233bc22e..4d0a8fed4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -35,6 +35,9 @@ Bugs fixed
(such as MS-Windows). Generating the C code on Python 3.x is recommended in this case.
Original patches by Inada Naoki and Victor Stinner. (Github issues #3677, #3721, #3697)
+* Some template parameters were missing from the C++ ``std::unordered_map`` declaration.
+ Patch by will. (Github issue #3685)
+
* Several internal code generation issues regarding temporary variables were resolved.
(Github issue #3708)