From 89e5bf8047e9c9842d0e21be4faea23d38e1b9e2 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 1 Jul 2024 18:47:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac7c0547..dbb8a0d6c 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). +## Unreleased +### Fixed +- Regression when intersecting InstancedMesh instances. + ## [0.7.5] - 2024-06-02 ### Changed - Respect `Raycaster.near` and `Raycaster.far` during raycast traversal, improving performance.