From 4656a2eb8065ba0f764e7e175185c979c8bc4fc9 Mon Sep 17 00:00:00 2001 From: Jeshurun Hembd Date: Thu, 8 Aug 2024 17:44:10 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 76fdfb03e6cc..ec3ef1d0b9c8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ - Made the `time` parameter optional for `Property`, using `JulianDate.now()` as default. [#12099](https://github.com/CesiumGS/cesium/pull/12099) +##### Fixes :wrench: + +- Fixed specular reflection artifact in PBR direct lighting. [#12116](https://github.com/CesiumGS/cesium/pull/12116) + ### 1.120 - 2024-08-01 #### @cesium/engine