summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-07-15 10:24:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2016-07-15 10:24:37 +0200
commitefea516435b9c42bfc03b79d2852d4b2da9da5ac (patch)
treeb93e11f3590ebfe3f48270dfd4648e5a559b340e
parent87c2f1fd70c282a5c6ce44d0c33b7bf393380910 (diff)
parent3734959350c90d97561b8cea22cca62bcafe9a78 (diff)
downloadcython-efea516435b9c42bfc03b79d2852d4b2da9da5ac.tar.gz
Merge branch '0.24.x'
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 64522721b..a442ca251 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -56,14 +56,14 @@ Bugs fixed
* Namespaced C++ types could not be used as memory view types due to lack of
name mangling. Patch by Ivan Smirnov.
-* Assignments between the identical C++ types that were declared with differently
+* Assignments between identical C++ types that were declared with differently
typedefed template types could fail.
* Rebuilds could fail to evaluate dependency timestamps in C++ mode.
- Path by Ian Henriksen.
+ Patch by Ian Henriksen.
* Macros defined in the ``distutils`` compiler option do not require values
- anymore. Patch by Ian Henriksen.
+ anymore. Patch by Ian Henriksen.
* Minor fixes for MSVC, Cygwin and PyPy.