From 3d1c790e96c9f35eeabdff5b33c8fc21b81277c5 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 2 Jan 2017 15:16:22 -0800 Subject: [PATCH] version history --- stb_truetype.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stb_truetype.h b/stb_truetype.h index 0406a23..1c3cc0b 100644 --- a/stb_truetype.h +++ b/stb_truetype.h @@ -52,6 +52,7 @@ // // VERSION HISTORY // +// 1.13 (2017-01-02) support OpenType fonts // 1.12 (2016-10-25) suppress warnings about casting away const with -Wcast-qual // 1.11 (2016-04-02) fix unused-variable warning // 1.10 (2016-04-02) user-defined fabs(); rare memory leak; remove duplicate typedef