aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-07-27 01:57:12 -0500
committerpmichaud <pmichaud@pobox.com>2012-07-27 01:57:12 -0500
commit6066c440ae2d26b25856818d0a7375bdf49e977f (patch)
tree542fa8ffc0eb2cf1e33f31892ac6f3a957fa1f8e
parentfa9799fd507591c4ab1f267dd7323b9fca165e93 (diff)
parentcb7ce4bef7b4c9337628da0725364ed7832c08be (diff)
Merge branch 'master' of github.com:rakudo/star
-rw-r--r--skel/docs/announce/2012.079
1 files changed, 6 insertions, 3 deletions
diff --git a/skel/docs/announce/2012.07 b/skel/docs/announce/2012.07
index 7fe1058..6197a84 100644
--- a/skel/docs/announce/2012.07
+++ b/skel/docs/announce/2012.07
@@ -33,6 +33,9 @@ or changed as follows:
* IO::File and IO::Dir will go away, and &dir now returns values of type
IO::Path (which is currently the superclass of IO::File and IO::Dir).
+ The return values of &dir will still stringify to the base name of the
+ returned file and directory names, and you can call .path on them to
+ obtain the full path.
* Leading whitespace in rules and under :sigspace will no longer be
converted to <.ws> . For existing regexes that expect this conversion,
@@ -56,15 +59,15 @@ or changed as follows:
Scheduled for the 2012.08 release.
* The method Str.ucfirst will eventually be removed, and replaced by
- Str.titlecase .
- No schedule yet, depends on having titlecase implemented first.
+ Str.tc.
+ No schedule yet, depends on having tc implemented first.
* 'abs' is currently a prefix operator, and will be changed to a normal
subroutine.
Scheduled for the 2012.08 release.
* The integer argument to IO::Socket.recv will be interpreted as number of
- codepoints.
+ characters/codepoints.
Scheduled for the 2012.08 release.
There are some key features of Perl 6 that Rakudo Star does not