Update README.

Bump version 0.9.9.
This commit is contained in:
Syoyo Fujita
2015-03-03 13:16:56 +09:00
parent 79af31df5a
commit 8d300917a3
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Tiny but poweful single file wavefront obj loader written in C++. No dependency
What's new
----------
* Mar 03, 2015 : Replace atof() with hand-written parser for robust reading of numeric value. Thanks skurmedel!
* Feb 06, 2015 : Fix parsing multi-material object
* Sep 14, 2014 : Add support for multi-material per object/group. Thanks Mykhailo!
* Mar 17, 2014 : Fixed trim newline bugs. Thanks ardneran!

View File

@@ -5,6 +5,7 @@
//
//
// version 0.9.9: Replace atof() with custom parser.
// version 0.9.8: Fix multi-materials(per-face material ID).
// version 0.9.7: Support multi-materials(per-face material ID) per
// object/group.