From 7ef1c89ba9b5b12972b69f86ea3023e9b9510390 Mon Sep 17 00:00:00 2001 From: Samuel Rothstein Date: Mon, 28 Feb 2022 10:51:53 -0800 Subject: [PATCH] updated the wording in the change log --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d6550d497def..c6f0c100ad50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ##### Breaking Changes :mega: -- Fixed an inconsistently handled exception in `camera.getPickRay` that arises when the scene is not rendered. [#10139](https://github.com/CesiumGS/cesium/pull/10139) +- Fixed an inconsistently handled exception in `camera.getPickRay` that arises when the scene is not rendered. `camera.getPickRay` can now return undefined. [#10139](https://github.com/CesiumGS/cesium/pull/10139) ##### Additions :tada: