From e09cfe603cebf25e103fa652fcc78606ae4e2bfe Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 12 Nov 2024 08:28:06 +0900 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cab505c..6a2e98bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.8.3] - 2042-11-11 +### Fixed +- Library not working with BatchedMesh in three.js r170. + ## [0.8.2] - 2024-10-01 ### Fixed - Unnecessarily large triangle bounds buffer used during BVH construction.