diff --git a/ChangeLog b/ChangeLog index 74ccc6783..105d48822 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-09-16 Jeffrey Stedfast + * generator/Property.cs (IsDeprecated): Allow "1" or "true". + + * generator/Method.cs (.ctor): Allow "1" or "true". + + * generator/ClassBase.cs: Allow a value of "true" to work the same + as "1" for the deprecated and abstract attributes. + * generator/ObjectGen.cs (Generate): Remove the extra generated space if the class isn't abstract.