summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-10-08 14:00:12 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-10-08 14:00:12 +0000
commit994da0ea067e1c27a6ec13f1fd299f7e53e28fe2 (patch)
treebb458c61e40f9a0d5ac2360c1a7ec3c95b7bab25
parent2a70234ac4331bff470961b33ebd7998277c48d8 (diff)
downloadswig-994da0ea067e1c27a6ec13f1fd299f7e53e28fe2.tar.gz
*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7622 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--SWIG/CHANGES.current5
1 files changed, 4 insertions, 1 deletions
diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current
index 5a2306568..2697ba49e 100644
--- a/SWIG/CHANGES.current
+++ b/SWIG/CHANGES.current
@@ -1,7 +1,10 @@
Version 1.3.26 (in progress)
============================
-09/30/2005: wsfulton
+10/08/2005: wsfulton
+ [Php] Added 'throws' typemaps.
+
+10/08/2005: wsfulton
Fixes for languages that don't support multiple inheritance. The
first non-ignored class in the public base class list is used for inheritance.
by the proxy class. Previously, if the first class in the list was ignored, then