October 23, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 256976dddd95245c61b23e3e848a93d701ef23b4
      https://github.com/D-Programming-Language/phobos/commit/256976dddd95245c61b23e3e848a93d701ef23b4
  Author: jmdavis <jmdavisProg at gmx.com>
  Date:   2011-10-23 (Sun, 23 Oct 2011)

  Changed paths:
    M std/algorithm.d
  M std/array.d
  M std/conv.d
  M std/ctype.d
  M std/datetime.d
  M std/exception.d
  M std/file.d
  M std/path.d
  M std/string.d
  M std/utf.d

  Log Message:
  -----------
  Removed "scheduled for deprecation" pragmas.

The pragmas have not been as effective as we might have liked, since they only work with templates and can't tell you where in your code you need to make changes, and they seemed to have been more annoying to programmers than helpful, so we're going to discontinue them. We'll leave them in for stuff that's actually been deprecated until deprecated has been improved enough to take a message, but we'll leave "scheduled for deprecation" messages to the documentation and changelog.