From 545df3dffa94f404fd33e091d06f09f538a87b66 Mon Sep 17 00:00:00 2001 From: Felipe Lira Date: Fri, 24 Sep 2021 11:31:39 +0200 Subject: [PATCH] Update template changelog --- .../Packages/com.unity.template.universal/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md index d768f57de06..98329d1a2c3 100644 --- a/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md +++ b/com.unity.template-universal/Packages/com.unity.template.universal/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project template 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). +## [12.2.0] - 2021-09-24 +### Fixed +- Fixed an issue that caused "ForwardRendererData has been deprecated" error message in the console when upgrading to 21.2. + ## [12.1.0] - 2021-07-28 Version Updated