Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some spell checking, mention Blizkost.
  • Loading branch information
colomon committed May 20, 2010
1 parent c984346 commit 24e28a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/ChangeLog
Expand Up @@ -11,6 +11,7 @@ New in 2010.05 release
+ turned on an additional 47 test files
+ further improved error messages
+ implement zero-argument versions of many binary operators
+ basic interoperation with Perl 5 through the external Blizkost project

New in 2010.04 release
+ interpolation of expression ending in postcircumfixes into double-quoted
Expand Down
12 changes: 8 additions & 4 deletions docs/announce/2010.05
Expand Up @@ -9,18 +9,20 @@ is available from http://github.com/rakudo/rakudo/downloads .
Rakudo Perl follows a monthly release cycle, with each release named
after a Perl Mongers group. The May 2010 release is code named
"Erlangen" in recognition of Erlangen.pm and the Perl 6 talk that Moritz
Lenz, one of our core develepors, gave this month.
Lenz, one of our core developers, gave this month.

Some of the specific changes and improvements occuring with this
Some of the specific changes and improvements occurring with this
release include:

* Lexical classes and roles were implemented. Additionally, anonymous classes
-- which were never quite right in alpha -- are now implemented more
correctly, and anonymous roles are also supported.

*
* Basic support for named enumerations of the form 'enum Weekday <Monday
Tuesday ...>' has been restored.

*
* First cut of use Foo:from<perl5> and eval('foo', :lang<perl5>); needs
Blizkost[1] to be installed to work.

* Numeric / Real roles much closer to the spec now.

Expand Down Expand Up @@ -53,3 +55,5 @@ development releases are scheduled to occur two days after each
Parrot monthly release. Parrot releases the third Tuesday of each month.

Have fun!

[1] http://github.com/jnthn/blizkost

0 comments on commit 24e28a1

Please sign in to comment.