Add note on v2.6.2(Fix out-of-bounds access of accessors. PR#379)

This commit is contained in:
Syoyo Fujita 2022-09-16 17:27:20 +09:00
parent c7e911cf11
commit eec4c98862

View File

@ -26,6 +26,7 @@
// THE SOFTWARE.
// Version:
// - 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).
// Disable expanding file path for security(no use of awkward `wordexp` anymore).