From 1b06df80900096dab8a9f74467f504f73a6115dd Mon Sep 17 00:00:00 2001 From: pmichaud Date: Thu, 18 Jun 2009 17:13:44 -0500 Subject: [PATCH] More news. --- docs/ChangeLog | 1 + docs/announce/2009-06 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index a0d9e41f3d5..e3895fdb188 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -8,6 +8,7 @@ New in 2009-06 release + type checking of implicit return values + improved introspection methods + cleaned up IO methods ++ improved "is export" handling for modules and setting + automatically transcode to iso-8859-1 for faster parsing when possible + refactored and corrected assignment, .succ, .pred, C<++>, C<-->, postcircumfix:<[ ]>, Whatever diff --git a/docs/announce/2009-06 b/docs/announce/2009-06 index c353ed8928a..f44c8ebf486 100644 --- a/docs/announce/2009-06 +++ b/docs/announce/2009-06 @@ -48,6 +48,9 @@ and improvements in this release include: * User-defined operators now also receive some of their associated meta variants. +* The 'is export' trait has been improved; more builtin functions + and methods can be written in Perl 6 instead of PIR. + * Many Parrot changes have improved performance and reduced overall memory leaks (although there's still much more improvement needed).