From 9301eaf24c1f31346eb6ba22cfbeb27c7572c5af Mon Sep 17 00:00:00 2001 From: HifiExperiments Date: Sat, 15 Mar 2025 16:14:04 -0700 Subject: [PATCH] split 3.1 / 3.2 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f10bab3a6..ed703ef83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,15 @@ like documentaion or CI pipeline. 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). - ## [2025.03.2] 2025.03.15 +### Fixes +- fix long startup times (PR1360) +- Initial fix for blurry/noisy transparencies on TAA (PR1358) + + +## [2025.03.1] 2025.03.8 + ### Fixes - Fix for missing jsdoc (PR1226) - remove unnecessary fullscreen pass when haze is off/disabled (PR1176) @@ -24,8 +30,6 @@ This project does **not** adhere to [Semantic Versioning](https://semver.org/spe - Amended path to Rearranged_Basic_Sandbox.tar.gz (PR1288) - fix script initialization order bug (PR1330) - Fix VR Preview on Linux with Mesa drivers (PR1318) -- fix long startup times (PR1360) -- Initial fix for blurry/noisy transparencies on TAA (PR1358) ### Changes - Change ArmoredChat timestamps to use real timestamps (PR1241)