Changeset 1566 for cobra/trunk/Developer/IntermediateReleaseNotes.text
- Timestamp:
- 07/31/08 21:19:39 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r1564 r1566 3 3 * Added a new built-in doc tool accessible via "cobra -doc ...". The documentation is generated to local HTML files using your declarations, doc strings, contracts, etc. 4 4 5 * Added support for declaring and raising events. 5 * Added support for declaring and raising events. When raising events, passing "this" is implied (e.g., not required) since that is the normal behavior for events. Also, if the events argument has a default constructor, it too can be omitted. 6 6 7 7 * Add support for specifying unsigned integers as Hex literals
