From e98845ab753999e627fb5808b1f2703c405177a9 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 31 May 2024 06:42:26 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9712cda..ccc02b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Remove logged error when a tile set is aborted. - Adjusted raycast early exit behavior based on three.js r165. +- EnvironmentControls: fix case where the dragging does not work from below +- Remote glTF textures failing to load. ## [0.3.32] - 2024.05.17 ### Added