diff --git a/CHANGES.current b/CHANGES.current index 01c585485..89fc75753 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -2,7 +2,8 @@ Version 1.3.27 (October 15, 2005) ================================= 10/14/2005: mmatus - Fix bug in anonymous typedef structures leading to strange behaviour. + Fix bug in anonymous typedef structures which was leading to + strange behaviour. 10/13/2005: mmatus Several minor changes: diff --git a/README b/README index 7b10fcaaa..c99667ab4 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ What's New? =========== SWIG-1.3.27 summary: -- Fix bug in anonymous typedef structures leading to strange behaviour. +- Fix bug in anonymous typedef structures which was leading to strange behaviour SWIG-1.3.26 summary: - New language modules: Lua, CLISP and Common Lisp with UFFI.