Skip to content

Commit

Permalink
ChangeLog tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 20, 2009
1 parent ba0b2be commit b4f301d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ New in 2009-05 release
+ 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
+ qx{} quotes now work (except on Windows)
+ 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
+ can initialize attributes in terms of others
+ many other bug fixes

New in 2009-04 release (#16, "Bratislava")
Expand Down

0 comments on commit b4f301d

Please sign in to comment.