version history

This commit is contained in:
Sean Barrett 2017-01-02 15:16:22 -08:00
parent d0b576c474
commit 3d1c790e96

View File

@ -52,6 +52,7 @@
// //
// VERSION HISTORY // 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.12 (2016-10-25) suppress warnings about casting away const with -Wcast-qual
// 1.11 (2016-04-02) fix unused-variable warning // 1.11 (2016-04-02) fix unused-variable warning
// 1.10 (2016-04-02) user-defined fabs(); rare memory leak; remove duplicate typedef // 1.10 (2016-04-02) user-defined fabs(); rare memory leak; remove duplicate typedef