Wiki

Changes between Version 7 and Version 8 of ReleaseNotes_0_9_0

Show
Ignore:
Timestamp:
09/27/12 07:29:01 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes_0_9_0

    v7 v8  
    1111 * Support unpacking the new Pair classes in assignments and for loops. 
    1212 * 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. 
    1314 * Bug fixes. 
    1415 
     
    2021 * Improve the default formatting of the `trace` statement (which is also configurable). 
    2122 * Added `Stack.clone` extension method that preserves the ordering of the stack elements. 
     23 * A Cobra.Compiler library is now always provided during installation. 
    2224 * Bug fixes. 
    2325 
     
    3638== Other == 
    3739 
    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). 
    4043 
    4144== See Also ==