Added 7878 to changelog.

This commit is contained in:
jmdavis 2012-06-04 01:38:44 -07:00
parent 8e37bf3d01
commit 08a62cdaaa

View file

@ -45,6 +45,7 @@ $(VERSION 060, ddd mm, 2012, =================================================,
$(LI $(BUGZILLA 7660): toImpl conflict in std.conv)
$(LI $(BUGZILLA 7796): std.typecons.Unique is using writeln without importing std.stdio.)
$(LI $(BUGZILLA 7824): isInputRange fails to recognize inout(T)[])
$(LI $(BUGZILLA 7878): A problem with purity and general templated algorithms)
$(LI $(BUGZILLA 7898): [CTFE] std.algorithm:copy fails when used with two arrays)
$(LI $(BUGZILLA 7909): to!enum(string) and to!string(enum) break when enum is integral)
$(LI $(BUGZILLA 7919): Sample code works on GDC but fails with DMD)