From 55cf00a3000edbf83f3d4fc36e00e2d64823c3e8 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 14 Jul 2012 14:55:09 +0200 Subject: [PATCH] [docs/ChangeLog] &spurt, &slurp with :bin --- docs/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index f9d96de36a6..671d9242695 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -7,6 +7,8 @@ New in 2012.07 + Changed &dir to return IO::File and IO::Dir objects, not strings + anonymous subset types with subset :: where ...; + Deprecated .bytes, .ucfirst, and .lcfirst ++ &slurp now supports :bin ++ &spurt implemented New in 2012.06 + Rakudo is now compiled with the same regex engine as user-space regexes use