summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-02-22 13:38:40 +0100
committerStefan Behnel <stefan_ml@behnel.de>2015-02-22 13:38:40 +0100
commit6c35aa70d6ce66e3712a5044e2177c91cab8e6bf (patch)
tree8244759971d1b6eb235a1cd10f530a14adfbc1b7
parent81a4b1b1dffdada07109848302f3603664c63ba8 (diff)
downloadcython-6c35aa70d6ce66e3712a5044e2177c91cab8e6bf.tar.gz
changelog
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 500054d35..452db630b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,8 @@ Bugs fixed
* Runtime reported file paths of source files (e.g for profiling and tracing)
are now relative to the build root directory instead of the main source file.
+* C compilation could fail in pypy3.
+
0.22 (2015-02-11)
=================