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.