From e0b625561c66d185b606097b5b3e70460cc43431 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 19 Sep 2022 03:36:58 +0900 Subject: [PATCH] v2.6.3 --- tiny_gltf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny_gltf.h b/tiny_gltf.h index fb99d92..d6ea795 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -26,6 +26,7 @@ // THE SOFTWARE. // Version: +// - v2.6.3 Fix GLB file with empty BIN chunk was not handled. PR#382 and PR#383. // - v2.6.2 Fix out-of-bounds access of accessors. PR#379. // - v2.6.1 Better GLB validation check when loading. // - v2.6.0 Support serializing sparse accessor(Thanks to @fynv).