Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update ChangeLog a bit.
  • Loading branch information
pmichaud committed May 20, 2009
1 parent 33dd7ac commit 0ce0f62
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/ChangeLog
@@ -1,23 +1,24 @@
New in 2009-05 release
+ Basic support for custom operators
+ You can now refer to operators as &infix:<+>
+ Cross-language library loading
+ basic support for custom operators
+ operators can now be referenced as &infix:<+>
+ cross-language library loading
+ stack traces now include source file name and line number
+ Implemented Regex type
+ Fixed non-ASCII identifiers
+ 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
+ implemented parallel dispatch (@objects>>.methods)
+ initial support for «...» quotes
+ Reading text files decodes them
+ text files now default to utf8 encoding
+ fixes to Match.perl and Match.chunks
+ implemented 'constant name = $value'
+ documented build dependencies
+ grep() accepts general matcher, things like @list.grep(Int) work
+ trigonometric functions (sin, cos, ...) now available via 'use Num :Trig'
+ qx{} quotes now work

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

0 comments on commit 0ce0f62

Please sign in to comment.