From d94924a5c45237ce6cfa1104538f3cdd837680bd Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 12 Oct 2013 17:50:29 +0100 Subject: [PATCH] Add change note for missing Lua return statements Conflicts: CHANGES.current --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f2dfaea26..41d02270c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,3 +5,7 @@ See the RELEASENOTES file for a summary of changes in each release. Version 2.0.12 (9 Feb 2014) =========================== +2013-10-12: wsfulton + [Lua] Apply #92 - missing return statements for SWIG_Lua_add_namespace_details() + and SWIG_Lua_namespace_register(). +