Changeset 14390 for ChangeLog

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

More changelog foo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r14388 r14390  
    1111 
    1212* Support for compiling with GHC 6.6 
    13 ** GHC 6.4.1+ is still supported, but will discontinue in the next release 
     13** GHC 6.4.1+ is still supported, but 6.6 will be required in the next release 
    1414 
    1515== Feature Changes 
     
    2929* Named character escapes: `"\c[LATIN CAPITAL LETTER Y]"` 
    3030* New magical variables: `$?COMPILER` and `$?VERSION` 
    31 * POD directives: `=begin`/`=end` and `=for` now terminate without `=cut` 
    32 * POD variables: `$=DATA` and `@=DATA` 
     31* Pod directives: `=begin`/`=end` and `=for` now terminate without `=cut` 
     32* Pod variables: `$=DATA` and `@=DATA` give you access to the DATA Pod 
    3333* Signature literals: `:($foo is copy = 42, $, @)` 
    3434* `"\123"` and `"\03"` are now errors; write `"\d123"` and `"\o03"` instead 
     
    3636* `%h<>` now means `%h{}` -- the entire hash, not the empty string as key 
    3737* `($::('x'))` with two adjacent closing parens now parses correctly 
    38 * `1<2>` is now a fatal error: Odd numbers of elements in Hash 
     38* `1<2>` is now a fatal error: Odd number of elements in Hash 
    3939 
    4040=== Declarators and Operators