diff --git a/CHANGES.md b/CHANGES.md index 1dae7a2f964c..4906b4da67c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,17 @@ # Change Log +### 1.83 - 2021-07-01 + +##### Additions :tada: + +- Added `ShadowMap.fadingEnabled` to control whether shadows fade out when the light source is close to the horizon. [#9565](https://github.com/CesiumGS/cesium/pull/9565) + ### 1.82 - 2021-06-01 ##### Additions :tada: - Added `FeatureDetection.supportsBigInt64Array`, `FeatureDetection.supportsBigUint64Array` and `FeatureDetection.supportsBigInt`. -- Added `ShadowMap.fadingEnabled` to control whether shadows fade out when the light source is close to the horizon. [#9565](https://github.com/CesiumGS/cesium/pull/9565) - ##### Fixes :wrench: - Fixed `processTerrain` in `decodeGoogleEarthEnterprisePacket` to handle a newer terrain packet format that includes water surface meshes after terrain meshes. [#9519](https://github.com/CesiumGS/cesium/pull/9519)