diff --git a/CHANGES.current b/CHANGES.current index a4745716e..c38920a1c 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,17 @@ Version 1.3.25 (In progress) ============================ +04/14/2005: wsfulton + [C#] More fixes for typemap matching when wrapping variables, in particular + std::string, so that std::string variables can be easily marshalled with + a C# string property using: + + %include "std_string.i" + %apply const std::string & { std::string *variable_name }; + std::string variable_name; + + (Recall that all class variables are wrapped using pointers) + 04/05/2005: wuzzeb (John Lenz) [Chicken] + Added Examples/chicken/egg, an example on how to build a chicken