From bb856df917684e570d0fc688a4acf285bd878f1e Mon Sep 17 00:00:00 2001 From: Hannah Date: Fri, 3 Aug 2018 10:56:17 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1d3bcfb647fe..dbfd1a10e1db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Change Log ### 1.49 - 2018-09-03 ##### Additions :tada: -* Added `ClippingPlaneCollection.collectionChanged` event. This event is raised when a `ClippingPlane` is added or removed from the collection [#6875](https://github.com/AnalyticalGraphicsInc/cesium/pull/6875) +* Added `ClippingPlaneCollection.planeAdded` and `ClippingPlaneCollection.planeRemoved` events. `planeAdded` is raised when a new plane is added to the collection and `planeRemoved` is raised when a plane is removed. [#6875](https://github.com/AnalyticalGraphicsInc/cesium/pull/6875) ### 1.48 - 2018-08-01