summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-04-25 17:21:39 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-04-25 17:22:09 +0200
commit5da369b87ae08e97ae6ae3cd83708fa5c4cbf0e8 (patch)
tree9b1efd5c7ccac801578443aca814afc1bbada0bb
parent2285a087a3976ef301a8ea740fb5568f91930c8e (diff)
downloadcython-5da369b87ae08e97ae6ae3cd83708fa5c4cbf0e8.tar.gz
changelog
-rw-r--r--CHANGES.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 708d8e9ac..d541311bb 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Cython Changelog
================
-Latest changes
-==============
+0.22.1 (2015-04-??)
+===================
Bugs fixed
----------
@@ -31,6 +31,9 @@ Bugs fixed
* C compilation could fail in pypy3.
+* When compiling multiple modules, external library dependencies could leak
+ into later compiler runs. Fix by Jeroen Demeyer. This fixes ticket 845.
+
0.22 (2015-02-11)
=================