summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-14 00:06:02 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-10-14 00:06:02 +0200
commitb0e0e184aec348e3c5948b44c6918180b2d2660d (patch)
treeae70d13c0fa767799c2ff4e387f98d12fc123195
parentcb8da743d1dc427e44f92205619082fd78902289 (diff)
downloadcython-b0e0e184aec348e3c5948b44c6918180b2d2660d.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 fbd8856f2..2dbf4f0ea 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,6 +23,9 @@ Bugs fixed
* Compiler crash on some complex type declarations in pure mode.
(Github issue #1908)
+* ``std::unordered_map.erase()`` was declared with an incorrect ``void`` return
+ type in ``libcpp.unordered_map``. (Github issue #1484)
+
* Compiler crash on misnamed properties. (Github issue #1905)