]> git.draconx.ca Git - gob-dx.git/blobdiff - NEWS
Release 0.92.0
[gob-dx.git] / NEWS
diff --git a/NEWS b/NEWS
index 20357b1d918e2e5e2d787d3ff3bb1f23148c000f..2bf0cf3458d9a9423d6f6ff63b17a35f5725c075 100644 (file)
--- 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,