]> git.imager.perl.org - imager.git/blobdiff - Changes
move EXIF handling from the JPEG handler to core Imager
[imager.git] / Changes
diff --git a/Changes b/Changes
index c8f0197c28a8e3ded7940e5d7f56175099a83399..3a4e9bea2be16c051b96f75db5c9a45b6116c463 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Imager release history.  Older releases can be found in Changes.old
 
+ - moved EXIF handling from Imager::File::JPEG to core Imager
+
+ - added some more file extension to image file type mappings
+
+ - added add_type_extensions() class method
+
+Imager 1.007
+============
+
  - add png_compression_level tag for writing PNG files.
 
  - avoid flooring a second time in matrix transform interpolation.