From 10e79dac9da1303d970d0890eed7976ee9fd585b Mon Sep 17 00:00:00 2001 From: castano Date: Wed, 21 May 2008 19:22:43 +0000 Subject: [PATCH] Update changelog. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00eafb6..f34d8e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,14 @@ NVIDIA Texture Tools version 2.1.0 * Improved decompressor tool submitted by Amorilia. See issue 41. * Add support for YCoCg color transform. Fixes issue 18. * Add support for linear and swizzle transforms. Fixes issue 4. + * Fix loading of EXR files using OpenEXR. + * Use FreeImage as primary image loading library. Fixes issue 31. NVIDIA Texture Tools version 2.0.3 * More accurate DXT3 compressor. Fixes issue 38. * Remove legacy compressors. Fix issue 34. * Check for single color in all compressors. Fixes issue 43. + * Fix error in fast downsample filter, reported by Noel Llopis. NVIDIA Texture Tools version 2.0.2 * Fix copy ctor error reported by Richard Sim.