From d3f7fd965c822bea53e95f39f30648867084e4d5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 25 Sep 2016 14:20:00 +0100 Subject: [PATCH] Add bad_cast enhancement to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index eeeb08dfd..a27b73de2 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.11 (in progress) ============================ +2016-09-25: wsfulton + Patch #793 from q-p to expand exception handling to include std::bad_cast + in std_except.i. + 2016-09-24: olly [PHP] Fix code generated for feature("director:except") - previously the return value of call_user_function() was ignored and