Revision history for Perl extension Catalyst::View::Thumbnail::Simple.

0.0001  Sat Mar 19 22:42:39 2011
	- original version; created by h2xs 1.23 with options
		-X -n Catalyst::View::Thumbnail::Simple

0.0005 Fri Jun 24 22:26:00 2011
        - fixed upscaling of images

0.0006 Thu Aug 4 21:07:06 2011
        - add config option for jpegquality and doc changes

0.0007 Thu Aug 11 00:05:28 2011
        - dont read in image if not scaling

0.0008 Thu Aug 11 01:49:24 2011
       - added the following checks to see if thumbnailing is necessary or not:
           - if image_size param is available and is less than the longest side of the stashed image data
           - if a force_read param is available
           - if image_type is available and it is different than the stashed image data's type
       - doc fixes

0.0009 Fri Feb 24 20:23:00 2012
       - use proper content type when transcoding images

