X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/f31590988781d77ff5249987801d03a986368ca2..2255b3d84eeb947d4c065332f16e410ae4704c63:/NEWS diff --git a/NEWS b/NEWS index 20357b1..2bf0cf3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +0.92.0 + * added protected methods and datamembers. + * better handeling of empty methods + * allow scope keywords before the virutal or signal keyword + * merge signal marshallers that are the same to reduce code size + * various small fixes and improvements + +0.91.2 + * PARENT_HANDLER can now return a value for non-void overrides + * allow empty classes and empty function bodies + * allow public keyword around signals and virtuals for consistency + * small bugfixes + 0.91.1 * WARNING! slight change in the private stuff again, private structure definition (_priv) is now in a private header file,