diff --git a/ReadMe.txt b/ReadMe.txt index 663cfb4..375cc40 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) Copyright (c) Microsoft Corporation. All rights reserved. -April 26, 2016 +June 27, 2016 This package contains DirectXTex, a shared source library for reading and writing DDS files, and performing various texture content processing operations including @@ -14,7 +14,7 @@ writer since this image file format is commonly used for texture content process but is not currently supported by a built-in WIC codec. The source is written for Visual Studio 2013 or 2015. It is recommended that you -make use of VS 2013 Update 5, VS 2015 Update 2, and Windows 7 Service Pack 1 or later. +make use of VS 2013 Update 5 or VS 2015 Update 3 and Windows 7 Service Pack 1 or later. DDSTextureLoader\ This contains a streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture @@ -108,6 +108,10 @@ RELEASE NOTES ------------------------------------ RELEASE HISTORY +June 27, 2016 + texconv command-line tool -wicq and -wiclossless switches + Code cleanup + April 26, 2016 Optional callback from WIC reader functions to query additional metadata Retired obsolete adapter code