Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ChangeLog updates for release
  • Loading branch information
pmichaud committed May 21, 2009
1 parent 7c5be8b commit 97c7cec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ChangeLog
@@ -1,12 +1,12 @@
New in 2009-05 release
+ updated docs/ROADMAP
+ basic support for custom operators
+ operators can now be referenced as &infix:<+>
+ meta operator support for custom operators
+ cross-language library loading
+ stack traces now include source file name and line number
+ implemented Regex type
+ fixed non-ASCII identifiers
+ .WALK (parent classes in configurable order)
+ performance improvements
+ .name method on routines
+ refactored enums, thereby fixing many enum related bugs
+ fixed namespace of eval()ed code
Expand All @@ -26,7 +26,7 @@ New in 2009-05 release
(only work for dispatches of the form $foo.@bar and with wrap so far)
+ partial implementation of .^parents and .^methods
+ can initialize attributes in terms of others
+ many other bug fixes
+ many other bug fixes and performance enhancements

New in 2009-04 release (#16, "Bratislava")
+ wrap and unwrap for subroutines
Expand Down

0 comments on commit 97c7cec

Please sign in to comment.