diff --git a/ChangeLog b/ChangeLog index f10978070..1ced9643b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ RMagick 1.14.0 o Feature request #5015, support CMYK->RGB conversions. Added the add_profile and delete_profiles to the Image class. Fixed the profile!, - iptc_profile, and color_profile methods. + iptc_profile, and color_profile methods. (requested by Niklas Ekman) o Fix bug #5079, Image#quantum_operator method doesn't work (bug report from Pedro Martins) o Fix bug #5080, incorrect RVG images when non-0 values used for the min_x - or min_y arguments to RVG#viewbox + or min_y arguments to RVG#viewbox (bug report from Daniel Harple) RMagick 1.13.0 o Added transform, transform!, transpose, transpose! methods to Image class