Skip to content

Commit

Permalink
Few extras for the ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 20, 2009
1 parent dcc0fdd commit 6685755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ChangeLog
Expand Up @@ -19,6 +19,13 @@ New in 2009-05 release
+ grep() accepts general matcher, things like @list.grep(Int) work
+ trigonometric functions (sin, cos, ...) now available via 'use Num :Trig'
+ qx{} quotes now work
+ hyper-operators on hashes now work (%a >>+<< %b)
+ initial implementation of $foo.@bar
+ refactored wrap and unwrap to work with candidate lists; fixes some bugs
+ refactored/improved callsame and callwith, and added nextsame and nextwith
(only work for dispatches of the form $foo.@bar and with wrap so far)
+ partial implementation of .^parents and .^methods
+ many other bug fixes

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

0 comments on commit 6685755

Please sign in to comment.