From 2b0626e512ff0a73127909aae5b86414a31fdf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Sat, 24 Dec 2022 14:12:50 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc23a6c57..295ee773cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project does **not** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] 2022.12.18 + + +## [2022.12.1] 2022.12.24 ### Fixes +- Work around broken Nvidia driver (PR291) - Fixed a bug in the glTF Serializer that caused the physics engine to crash (PR278) - Fixed a crash when reading FST files with clothing information (PR270) - Fixed a crash in the glTF Serializer (PR263)