From 9b83623faa5943c73efd5077daf0262020c90a36 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 18 Jun 2024 04:54:10 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc02b3a9..831bcd98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ 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 +## [0.3.34] - 2024.06.18 ### Added -- `EXT_mesh_features` extension for glTF. +- Export `EXT_mesh_features` & `EXT_structural_metadata` extensions for glTF. + +### Fixed +- Syntax errors causing failure to import in some cases. ## [0.3.33] - 2024.05.31 ### Fixed