]> git.draconx.ca Git - gob-dx.git/blobdiff - NEWS
Release 0.92.0
[gob-dx.git] / NEWS
diff --git a/NEWS b/NEWS
index 7b870b1e8deab59120b9b43e4348ae67e65e24b0..2bf0cf3458d9a9423d6f6ff63b17a35f5725c075 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+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,
+         which you must include explicitly if you include the public
+         header file explicitly in your .gob file.  0.91.0 behaviour
+         is obtainable with the --no-private-header option
+       * added support for array data members and function arguments
+
 0.91.0
        * WARNING! change the way private data members are done, now you need
          to access them through a private structure only available in the