]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 0.90.0
[gob-dx.git] / NEWS
1 0.90.0
2         * changed "this" to "self" but recognize "this" as well
3         * warn if "new" is not public
4         * check symbols/arguments/signals for duplicates
5
6 0.0.4
7         * you can have tokens inside check statements
8         * avoid warnings when no overrides, signals and arguments
9
10 0.0.3
11         * "type", "check", "first", "last" and "null" no longer reserved
12           words in method prototypes
13         * GET_NEW defined for the entire file
14         * added #line's to the .c files so that errors get reported on the
15           .gob file, there are no #line's in .h file however!
16         * bug fixes
17
18 0.0.2
19         * bug fixes
20         * autoconf/automake setup
21         * man page