From 23a775cc1302878cada7186b4ee95feb8f24fb54 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 15 Jun 2014 13:11:10 -0700 Subject: [PATCH] update release notes at end of file --- stb_image.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stb_image.h b/stb_image.h index b9f86c2..4da7ec6 100644 --- a/stb_image.h +++ b/stb_image.h @@ -4541,6 +4541,10 @@ STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *user, int /* revision history: + 1.39 (2014-06-15) + fix to TGA optimization when req_comp != number of components in TGA; + fix to GIF loading because BMP wasn't rewinding (whoops, no GIFs in my test suite) + add support for BMP version 5 (more ignored fields) 1.38 (2014-06-06) suppress MSVC warnings on integer casts truncating values fix accidental rename of 'skip' field of I/O