From bcf61b010df09d3fa30c9603046cf0ba8daeb979 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 6 Jul 2000 21:55:44 +0000 Subject: [PATCH] New entry. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@528 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 677599f78..36dce113a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ SWIG (Simplified Wrapper and Interface Generator) Version 1.3 Alpha 4 (not yet released) ====================================== +7/6/00 : ttn + Removed non-"with-smobs" functionality (Guile support), i.e., + "-with-smobs" is now the default and no longer needs to be + specified on the command-line. + 7/5/00 : ttn Incorporated Ruby support contributed by Masaki Fukushima.