commit | c2ca97b38b0e92140393b180061bd0847ff7e435 | [log] [tgz] |
---|---|---|
author | Syoyo Fujita <syoyo@lighttransport.com> | Fri Jan 13 18:15:21 2023 +0900 |
committer | Syoyo Fujita <syoyo@lighttransport.com> | Fri Jan 13 18:15:21 2023 +0900 |
tree | cfb7fb41d53685fbeef47c66e0ab1ae1f1671713 | |
parent | f051892c55659ad19e9a497a41dee09fae73f396 [diff] |
v2.8.1
diff --git a/tiny_gltf.h b/tiny_gltf.h index ead4f2c..f4eff3e 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h
@@ -26,6 +26,7 @@ // THE SOFTWARE. // Version: +// - v2.8.1 Missed serialization texture sampler name fixed. PR#399. // - 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.3 Fix GLB file with empty BIN chunk was not handled. PR#382 and PR#383.