Move August removals to September.

Several deprecated items were listed for removal in August, but it's
looking likely that 2.060 will come out in August, and I'd prefer not to
have them removed for 2.060 given how many items are already in the
changelog, and they're already deprecated, so it'll only affect people
compiling with -d either way. So, I'm changing the ddoc comments to say
September instead of August. They'll be removed in 2.061.
This commit is contained in:
jmdavis 2012-07-23 23:11:07 -07:00
parent 2b71588327
commit d283d5735c
7 changed files with 52 additions and 52 deletions

View file

@ -8078,7 +8078,7 @@ unittest
/**
Forwards to $(D any) for backwards compatibility.
$(RED Scheduled for deprecation in August 2012. Please use $(D any) instead.)
$(RED Scheduled for deprecation in September 2012. Please use $(D any) instead.)
*/
bool canFind(alias pred, Range)(Range range)
{