Skip to content

Commit

Permalink
[docs] updated ChangeLog. Corrections welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 11, 2009
1 parent 11a2934 commit 8d7fc7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/ChangeLog
@@ -1,3 +1,17 @@
New in 2009-08 release
+ separate Perl 6 meta class
+ introspection on roles
+ declaration of methods in the meta class by writing method ^newmethod($obj)
+ :tree options for parent class, attribute and role introspection
+ allow custom postcircumfix:<( )> methods
+ moved more built-ins into the setting
+ implement operators infix:<!%> (divisibility test) and prefix [||] and [//]
+ updated ROADMAP in preparation for the Rakudo Star release
+ instead of throwing nasty parse errors, Rakudo now informs you that feed
operators are not yet implemented.
+ improved testing: planless testing with done_testing(); better diagnostic
output from is()

New in 2009-07 release
+ extensive refactor of the multi dispatch code to get closer to the spec
+ better handling of named arguments in multi dispatch
Expand Down

0 comments on commit 8d7fc7d

Please sign in to comment.