From 00c25d4174b1107eca7bb84ea198dbd4c1d5edb3 Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Fri, 13 Jan 2006 00:54:36 +0000 Subject: [PATCH] Updated Ruby module to use the new %rename functionality. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8405 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 46103f4ba..ba159c515 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,11 @@ Version 1.3.28 (unreleased). =========================== +01/12/2006: cfisavage + Updated the Ruby module to automatically convert + method names to lower_case_with_underscores using the + new %rename functionality. + 01/12/2006: mmatus - Add aliases for 'case' encoders used with %rename/%namewarn