Changeset 1569 for cobra/trunk/Developer/IntermediateReleaseNotes.text
- Timestamp:
- 08/06/08 02:23:08 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r1566 r1569 1 1 Post 0.8 2 2 3 * Added support for a Cobra compiler directive to specify the type for `number` 4 type of number and integer literals same as command line -number option 5 %% number 'decimal' | 'float' | 'float32' | 'float64' 6 3 7 * 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 8
