From 4492a3d76bddaee5b05dea31a0d281868f5581f7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 30 Aug 2013 07:05:54 +0100 Subject: [PATCH] Document Include Lua error locus in SWIG error messages patches. Closes #81 --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 0a8d722ff..ffb805ccd 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,11 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.11 (in progress) ============================ +2013-08-30: wsfulton + [Lua] Pull Git patch #81: Include Lua error locus in SWIG error messages. + This is standard information in Lua error messages, and makes it much + easier to find bugs. + 2013-08-29: wsfulton Pull Git patch #75: Handle UTF-8 files with BOM at beginning of file. Was giving an 'Illegal token' syntax error.