Wiki

Changes between Version 3 and Version 4 of ReleaseNotes_0_9_0

Show
Ignore:
Timestamp:
09/26/12 08:47:50 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes_0_9_0

    v3 v4  
    33Since the last release there are almost too many improvements to list. You can browse the revision log online if you care too. 
    44 
    5 Some highlights include: 
     5Some highlights just from the last few months include: 
    66 
    77== Language == 
     
    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 * Bug fixes. 
    1314 
    1415== Library == 
     
    1819 * New Pair<of TA, TB> and Pair<of T> clasess. 
    1920 * Improve the default formatting of the `trace` statement (which is also configurable). 
     21 * Added `Stack.clone` extension method that preserves the ordering of the stack elements. 
     22 * Bug fixes. 
    2023 
    2124== Command Line == 
    2225 
     26 * Command line: -native-compiler: The absolute path to the native compiler is no longer required. A simple "csc.exe" or "dmcs" will suffice if it is in the system PATH. 
    2327 * Added -clr-platform option (like C#'s -platform option). 
    2428 
    25 == Miscellaneous == 
     29== Learning == 
    2630 
    27  * Numerous bug fixes. 
    28  * Expand the wiki. 
     31 * Added new How To: Customize Object Equality. 
     32 * Kickstarted [wiki:Koans Cobra Koans]. 
     33 * Expanded the wiki. 
    2934 * Continued discussion and support in the forums. 
    3035