Skip to content

Commit

Permalink
Correct ucfirst notes in announcement.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 29, 2012
1 parent 641a630 commit 17285bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/announce/2012.08
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 17285bb

Please sign in to comment.