Changes between Version 3 and Version 4 of ReleaseNotes_0_9_0
- Timestamp:
- 09/26/12 08:47:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes_0_9_0
v3 v4 3 3 Since the last release there are almost too many improvements to list. You can browse the revision log online if you care too. 4 4 5 Some highlights include:5 Some highlights just from the last few months include: 6 6 7 7 == Language == … … 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 * Bug fixes. 13 14 14 15 == Library == … … 18 19 * New Pair<of TA, TB> and Pair<of T> clasess. 19 20 * 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. 20 23 21 24 == Command Line == 22 25 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. 23 27 * Added -clr-platform option (like C#'s -platform option). 24 28 25 == Miscellaneous==29 == Learning == 26 30 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. 29 34 * Continued discussion and support in the forums. 30 35