From a6394d9f485384178694555e8b49871747a1cc63 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Mon, 3 Apr 2023 04:54:52 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f13a22de..4eae3393e 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.3.17] - 2023-04-03 +### Fixed +- Case where raycasting could return an incorrect result when `firstHitOnly` was true. + ## [0.3.16] - 2022-11-11 ### Fixed - Incorrect internal import statement.