]> git.imager.perl.org - imager.git/blobdiff - Changes
add some extra error reporting to I/O layer tests
[imager.git] / Changes
diff --git a/Changes b/Changes
index 373fd27909bdf826051232dd5e8e97588316eb47..ed008d19455d4ab4bf2c11180810b425c2e289bd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Imager release history.  Older releases can be found in Changes.old
 
+Imager 1.004_002 - 20 Mar 2016
+================
+
+ - don't use the seek() method on opened() handles in
+   t/200-file/400-basic.t.  In older versions of perl such handles are
+   only IO::Handle objects, not IO::File, and don't have a seek()
+   method.
+
+Imager 1.004_001 - 16 Mar 2016 (Birthday release - but not my birthday)
+================
+
  - re-work the t/200-file/400-basic.t to correctly handle failures
    It's custom ok() function didn't have a prototype and didn't use scalar().
    This caused ok() to use the note instead of the value being tested when