From 0fecba557666e5bec60743ea2ea44f0903ef1837 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 5 Jul 2000 19:25:26 +0000 Subject: [PATCH] New entry. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@519 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SWIG/CHANGES b/SWIG/CHANGES index 881770272..677599f78 100644 --- a/SWIG/CHANGES +++ b/SWIG/CHANGES @@ -3,6 +3,9 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/5/00 : ttn + Incorporated Ruby support contributed by Masaki Fukushima. + 6/28/00 : ttn Applied more-than-10-args bugfix patch contributed by Matthias Koeppe. @@ -10,7 +13,7 @@ Version 1.3 Alpha 4 (not yet released) 6/27/00 : beazley Rewrote some of the string handling and eliminated the C++ implementation (which is now just a wrapper). - + 6/27/00 : ttn Added Doc/index.html and Doc/internals.html. The target audience for the latter is new SWIG developers.