From 4a7e9c77f29b62ad75e217c950bc9facb42b0f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Mon, 2 Jan 2023 20:49:01 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295ee773cc..41a8a22044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe ## [2022.12.1] 2022.12.24 ### Fixes +- Secondary camera now uses same anti-aliasing setting as primary camera (PR294) - 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) @@ -26,6 +27,7 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - Fixed Places app compatibility with Vircadia Metaverse version 2 (PR211) ### Changes +- Disable anti-aliasing by default (PR294) - Made the deadlock watchdog less spammy (PR288) - Domain Server Metadata exporter by default is now disabled by default (PR247) This avoids port conflicts when running multiple Domain Servers on one machine.