Skip to content

Commit

Permalink
More text updates in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 20, 2009
1 parent 82ef264 commit 3d5359d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/ChangeLog
@@ -1,11 +1,11 @@
New in 2009-08 release
+ Rakudo can now be built from an installed parrot, and can be installed
+ Rakudo must now be built from an installed parrot, and can be installed
itself
+ 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
+ allow some 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
Expand Down
11 changes: 10 additions & 1 deletion docs/announce/2009-08
Expand Up @@ -41,14 +41,22 @@ with this release include:
passing tests since the July 2009 release. With this release
Rakudo is now passing 69.9% of the available spectest suite.

* User defined traits can now be applied to classes and roles.
* We now have a much cleaner traits implementation. Many of the
Perl 6 built-in traits are now implemented in Perl 6, and
user-defined traits can now be defined and applied to classes
and roles.

* The 'hides' trait on classes can make one class hide another.

* Many not-yet-implemented operators and features now provide
more helpful error messages instead of simply producing
parse errors.

* The ROADMAP has been substantially updated and includes some
details regarding the "Rakudo Star" release [2].

* Embedded comments now require backticks (Perl 6 specification change).

Since the Perl 6 specification is still in flux, some deprecated features
will be removed from Rakudo. Prominently among those are:

Expand All @@ -72,3 +80,4 @@ Have fun!

References:
[1] Parrot, http://parrot.org/
[2] Rakudo Star, http://use.perl.org/~pmichaud/journal/39411

0 comments on commit 3d5359d

Please sign in to comment.