From 9b1e4cb18ceec655a6815f61fa22aa5a1a64ba59 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 12 May 2023 08:35:30 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eae3393e..37087db07 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.18] - 2023-05-13 +### Added +- Support for DRACO-compressed PNTs files. + ## [0.3.17] - 2023-04-03 ### Fixed - Case where raycasting could return an incorrect result when `firstHitOnly` was true.