From 8fe48099cced44033981ac4114abbd983638645c Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 18 Mar 2017 18:07:51 -0700 Subject: [PATCH] add comment for next fix prematurely --- stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index f4682c7..1d7843c 100644 --- a/stb_image.h +++ b/stb_image.h @@ -48,7 +48,7 @@ LICENSE RECENT REVISION HISTORY: - 2.15 (2017-03-18) fix png-1,2,4 bug; warnings + 2.15 (2017-03-18) fix png-1,2,4 bug; warnings; all Imagenet JPGs decode 2.14 (2017-03-03) remove deprecated STBI_JPEG_OLD; fixes for Imagenet JPGs 2.13 (2016-12-04) experimental 16-bit API, only for PNG so far; fixes 2.12 (2016-04-02) fix typo in 2.11 PSD fix that caused crashes