From e7aae73a5c8088d207aa57b2773e389315ee149f Mon Sep 17 00:00:00 2001 From: Andreas Atteneder Date: Fri, 17 Dec 2021 10:04:48 +0100 Subject: [PATCH] doc: Updated changelog --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 73164640..530d2f11 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Fixed +- (URP/HDRP) Materials with `alphaMode` `MASK` are alpha tested (and not blended as well) as specified in the specification (thanks [rt-nikowiss][rt-nikowiss] for #296) + ## [4.4.8] - 2021-12-06 ### Fixed - Morph target animation curves have correct first keyframe value now (thanks [Eric Beets][EricBeetsOfficial-Opuscope] for #277) @@ -534,4 +538,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [hybridherbst]: https://github.com/hybridherbst [mikejurka]: https://github.com/mikejurka [ReadyPlayerMe]: https://readyplayer.me +[rt-nikowiss]: https://github.com/rt-nikowiss [zharry]: https://github.com/zharry