From 2a47918a3f8d4a50acea604b2f6355d79104496b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 21 Jun 2017 15:35:35 +0100 Subject: [PATCH] Add changes entry for ccache-swig configure fix --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 65cf8d127..d06fba638 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2017-06-21: futatuki + #1004 - Fix ccache-swig executable name to respect configure's --program-prefix and + --program-suffix values if used. + 2017-06-21: tamuratak [Ruby] #911 - Add std::wstring support.