On Monday 11 July 2011 01:11:09 Jonathan M Davis wrote: > On Monday 11 July 2011 10:01:26 Jacob Carlborg wrote: > > On 2011-07-11 05:07, Walter Bright wrote: > > > Continuing the trend, more people contributed to this release than > > > any > > > other! > > > > > > http://www.digitalmars.com/d/1.0/changelog.html > > > http://ftp.digitalmars.com/dmd.1.069.zip > > > > > > http://www.digitalmars.com/d/2.0/changelog.html > > > http://ftp.digitalmars.com/dmd.2.054.zip > > > > That was no short list, impressive. > > It definitely is impressive. Probably the longest list ever. I would point > out however, that this line shouldn't be in the changelog: > > * Add warning about calling pure nothrow functions and ignoring the result > > That change was reverted after it was discovered that it caused too many > problems.
Oh, and this line should be removed too: * Added inference for purity and safety It's basically listed twice, since there's also this line (which is more accurate): * Automatic inference for @safe, pure, nothrow - Jonathan M Davis