From dcc4096f8c7388cd7f9153458f1c56518bf7d7dd Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 12 Dec 2013 17:00:26 +1300 Subject: [PATCH] Add CHANGES.current entry for previous commit --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 719fbe879..3df92ef33 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.0 (in progress) ============================ +2013-12-12: jleveque + [Lua] Fix typo (wchar instead of wchar_t) which made wchar.i + for Lua useless. + 2013-12-12: vmiklos [PHP] PHP's peculiar call-time pass-by-reference feature was deprecated in PHP 5.3 and removed in PHP 5.4, so update the REF