Changeset 12750 for ChangeLog

Show
Ignore:
Timestamp:
08/27/06 03:09:29 (2 years ago)
Author:
markstos
Message:

ChangeLog? updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r12403 r12750  
    77== Updated modules 
    88 
     9* [ext/CGI/] - refactored to have an OO interface, and the ability to pass 
     10args to new() was added. 
     11* [ext/HTTP-Server-Simple/] - switched from non-standard "./" syntax to standard "self." syntax. 
    912* [ext/Set-Relation/] - Renamed from ext/Relation/ 
    10 * [ext/HTTP-Server-Simple/] - switched from non-standard "./" syntax to standard "self." syntax. 
    1113 
    1214== Perl 6 on Perl 5 (under [misc/pX/Common/]) 
     
    1719== Test, Examples and Documentations 
    1820 
     21* A new documentation index was created, which is regularly 
     22published at http://feather.perl6.nl/syn 
     23* Perl6::Perl6::Differences was significantly updated. An HTML 
     24version of it is linked to from the page above.  
     25* say() was officially added to the spec 
    1926* Updated util/prove6 to work better when used outside of the pugs try. 
    2027The "--blib", "--lib" and "--verbose" options from prove were added.