Changeset 14386 for ChangeLog

Show
Ignore:
Timestamp:
10/17/06 08:27:14 (2 years ago)
Author:
trey
svk:copy_cache_prev:
21206
Message:

Standardize on International English spellings, as there was a mixture
in the new Changelog and IE spellings seems slightly more common in
text so far than American English.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14385 r14386  
    1111 
    1212* Support for compiling with GHC 6.6 
    13 ** GHC 6.4.1+ is still supported, but will discontinue in te next release 
     13** GHC 6.4.1+ is still supported, but will discontinue in the next release 
    1414 
    1515== Feature Changes 
     
    4141 
    4242* Argument interpolation via prefix `|` and `|<<`  
    43 * Binding to qualified uninitialized symbols: `&fully::qualify := sub {...}` 
     43* Binding to qualified uninitialised symbols: `&fully::qualify := sub {...}` 
    4444* Hyperised reduce operators: `[>>+<<]` and `[\>>+<<]` 
    4545* Mid-block redeclaration no longer allowed: `my $x; { $x = 1; my $x = 2 }` 
     
    6666* Support for the `each` list interleaver: `for each(@a; @b) -> $x, $y {...}` 
    6767* The `for` loop no longer double-flattens lists: `for %h.pairs -> $p {...}` 
    68 * User-defined topicalizers: `if EXPR -> $x {...}`, `given EXPR -> $x {...}` 
     68* User-defined topicalisers: `if EXPR -> $x {...}`, `given EXPR -> $x {...}` 
    6969* `&last` and `&redo` now work in `repeat {...}` and `loop {...}` blocks 
    7070* `&take` no longer flattens array literals: `take [1,2,3];` 
     
    9898* Attribute-like method call syntax: `@.method(1)`, `$.method: 2, 3, 4` 
    9999* Compile-time self-mixin no longer allowed: `role A does A` 
    100 * Default expression for attributes: `class C { has $.x = 123 }` 
     100* Default initialiser expression for attributes: `class C { has $.x = 123 }` 
    101101* Dynamic method calls: `$obj.$meth` 
    102102* Hyperised method calls: `$obj.>>meth` 
     
    168168=== [util/smartlinks.pl] 
    169169 
    170 * A new visualizer of smartlinks used in the test suite 
     170* A new visualiser of smartlinks used in the test suite 
    171171* Generates much nicer cross-referenced HTML pages 
    172172* Replaced the old [util/catalog_tests.pl]