From 143ff45b61238f71d1bb36f0d76fa72b578eb49b Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 4 Jul 2024 03:01:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fbefd3..5e706d9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch (b ## Status Currently TinyGLTF is stable and maintenance mode. No drastic changes and feature additions planned. - + - v2.9.0 Various fixes and improvements. Filesystem callback API change. - v2.8.0 Add URICallbacks for custom URI handling in Buffer and Image. PR#397 - v2.7.0 Change WriteImageDataFunction user callback function signature. PR#393 - v2.6.0 Support serializing sparse accessor(Thanks to @fynv).