Changes between Version 7 and Version 8 of ReleaseNotes_0_9_0
- Timestamp:
- 09/27/12 07:29:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes_0_9_0
v7 v8 11 11 * Support unpacking the new Pair classes in assignments and for loops. 12 12 * Enhance the treatment of == and <> between objects to fall back to a strongly type .equals method if a strongly typed .compareTo method is not available. 13 * Improved error checking and improved error messages. 13 14 * Bug fixes. 14 15 … … 20 21 * Improve the default formatting of the `trace` statement (which is also configurable). 21 22 * Added `Stack.clone` extension method that preserves the ordering of the stack elements. 23 * A Cobra.Compiler library is now always provided during installation. 22 24 * Bug fixes. 23 25 … … 36 38 == Other == 37 39 38 * Installer improvements. 39 * Expand the test suite. 40 * Improved the installer in numerous ways. 41 * Expanded the test suite. 42 * Advanced the JVM back-end (could still use open source volunteers). 40 43 41 44 == See Also ==