From f33f2d9f40fb3c1ab4631ee2cd52f908fcd6f9f4 Mon Sep 17 00:00:00 2001 From: Ben Grater <87393999+BenGraterUnity@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:57:23 -0800 Subject: [PATCH] Update CHANGELOG --- com.unity.postprocessing/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.unity.postprocessing/CHANGELOG.md b/com.unity.postprocessing/CHANGELOG.md index ab173ab96d6..7373841a437 100644 --- a/com.unity.postprocessing/CHANGELOG.md +++ b/com.unity.postprocessing/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this package 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] +## [3.5.2] - 2025-12-17 ### Fixed - Fixed obsolete ProjectWindow usage in Unity 6.4 or newer - Replaced deprecated Mono API with CoreCLR-compatible API +- Documentation updates ## [3.5.1] - 2025-09-19