From 3eedf16510a888485b133a0acbafad920bd7480d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 26 Jan 2013 19:15:09 +0100 Subject: [PATCH] changelog --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c34c15f..c98c23c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,6 +28,9 @@ Features added Bugs fixed ---------- +* Automatic C++ exception mapping didn't work in nogil functions (only in + "with nogil" blocks). + Other changes ------------- -- 2.7.4