# HG changeset patch # User Stefan Behnel <stefan_ml@behnel.de> # Date 1594150707 -7200 # Tue Jul 07 21:38:27 2020 +0200 # Node ID a27759ddf5d472732d69db0e2cff0e873406b9f6 # Parent 95638bb7906ddfb39aea92fe3d20ec7149f180ed Update changelog. diff --git a/CHANGES.rst b/CHANGES.rst --- a/CHANGES.rst +++ b/CHANGES.rst @@ -35,6 +35,9 @@ (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)