From 2f0b39c636a29ee79a60e81e92b0a34b321a9e15 Mon Sep 17 00:00:00 2001 From: rmagick Date: Wed, 9 Aug 2006 00:06:38 +0000 Subject: [PATCH] Minor formatting changes --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 84eb60f64..0d62cbeba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,15 @@ 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. Added the black_point_compensation - attribute. (requested by Niklas Ekman) + iptc_profile, and color_profile methods. Added the + black_point_compensation attribute. (requested by Niklas Ekman) o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch methods to the Image class (available with ImageMagick 6.2.8-6) o Added resample method to the Image class (thanks to Ant Peacocke for the idea) o Added dissolve method to the Image class - o Fix bug #5079, Image#quantum_operator method doesn't work (bug report from - Pedro Martins) + 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 (bug report from Daniel Harple)