From a7ddd0695c70b21b7b70684e8382988b6c8cb7b0 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 24 Feb 2020 14:25:39 -0800 Subject: [PATCH] Minor update to history file --- HISTORY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 00efd40..67397b0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,9 +9,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ### February 14, 2020 * Fixed quality bug in BC4S/BC5S compressor * Guard for divide-by-zero case in PremultiplyAlpha -* texconv: added -at switch for alpha threshold value with BC1 compression -* texconv: Fixed -nmap when outputing compressed UNORM formats +* texconv: added ``-at`` switch for alpha threshold value with BC1 compression +* texconv: Fixed ``-nmap`` when outputing compressed UNORM formats * Code and project cleaup +* Retired VS 2015 projects ### December 17, 2019 * Added ARM64 platform to VS 2019 Win32 desktop Win10 project