Wiki

Changes between Version 2 and Version 3 of ReleaseNotes_0_9_0

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

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes_0_9_0

    v2 v3  
    11= Cobra 0.9.0 Release Notes = 
    22 
    3 <stub> 
     3Since the last release there are almost too many improvements to list. You can browse the revision log online if you care too. 
     4 
     5Some highlights include: 
     6 
     7== Language == 
     8 
     9 * Improvements to the @help directive. 
     10 * Throw an UnpackException for multi-target assignment (target1, target2 = source) if there is a mismatch in the number of source items and targets 
     11 * Support unpacking the new Pair classes in assignments and for loops. 
     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 
     14== Library == 
     15 
     16 * Renamed "Cobra.Lang" to "Cobra.Core" 
     17 * New MultiList class. 
     18 * New Pair<of TA, TB> and Pair<of T> clasess. 
     19 * Improve the default formatting of the `trace` statement (which is also configurable). 
     20 
     21== Command Line == 
     22 
     23 * Added -clr-platform option (like C#'s -platform option). 
     24 
     25== Miscellaneous == 
     26 
     27 * Numerous bug fixes. 
     28 * Expand the wiki. 
     29 * Continued discussion and support in the forums. 
    430 
    531== See Also ==