diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2019-04-19 11:33:02 +0100 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2019-04-19 11:33:02 +0100 |
commit | 545ab8af08868cd3136f9a5e91ff69dfcf5e3184 (patch) | |
tree | d77e47428ec5bb2bf39384805a49d402c1a4b867 /CHANGES.current | |
parent | f87182ad98de90f46d986617c1c942be8bdc9002 (diff) | |
download | swig-545ab8af08868cd3136f9a5e91ff69dfcf5e3184.tar.gz |
Fix Visual Studio 2015 and later compilation errors due to snprintf macro definition.
Closes #1508
Diffstat (limited to 'CHANGES.current')
-rw-r--r-- | CHANGES.current | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current index 9633d07e7..d36f43c41 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) =========================== +2019-04-19: pbecherer + [Tcl] Fix Visual Studio 2015 and later compilation errors due to snprintf macro + definition. + 2019-04-09: wsfulton [C#] Fix FxCop warning CA2002 in SWIGPendingException - a lock on a reference of type 'Type'. |