From 17285bbe3971420833bdcfd5d13f14bc19b4401b Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 29 Aug 2012 07:29:03 -0500 Subject: Correct ucfirst notes in announcement. --- docs/announce/2012.08 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/announce/2012.08 b/docs/announce/2012.08 index b901041..17bfe34 100644 --- a/docs/announce/2012.08 +++ b/docs/announce/2012.08 @@ -39,7 +39,7 @@ Some of the new features added to this release include: * An improved inliner, allowing a wider range of routines to be inlined. -* Str.bytes, lcfirst, and ucfirst have been removed. The tclc builtin +* Str.bytes and lcfirst have been removed. The tclc builtin has been added. * 'abs' is now a normal subroutine instead of a prefix operator. @@ -66,6 +66,8 @@ or changed as follows: renamed to IO::Path.directory. IO::Path.dir will be removed or re-purposed. +* The Str.ucfirst builtin is deprecated; it will be replaced by Str.tc. + * The (experimental) LAZY statement prefix will soon be removed. * Leading whitespace in rules and under :sigspace will no longer be -- cgit v1.1