Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
The reason for the change is default format handling in that it tried to make a MIFF image
(or PNG image) smaller by saving it as grayscale, with a single color channel (gray) instead of three color channels.
That is it tried to make the save file 1/3 the size with savings in disk I/O times, disk space, and data handling.
It was always present, it was just before the conversion from a input sRGB to linear RGB was very uncommon, and the colorspace converter think Gray as being linear Gray (rightly so).
because of this it was very rare to encounter it. Now it isn't so rare!