From b3baa09a67e5810faa31f9452338d66adebbbd1d Mon Sep 17 00:00:00 2001 From: janeyx99 Date: Mon, 13 Aug 2018 16:07:13 -0400 Subject: [PATCH] Edited CHANGES.md to include classes --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 706b22722478..db285734b816 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ Change Log ##### Breaking Changes :mega: * Removed `ClippingPlaneCollection.clone` [#6872](https://github.com/AnalyticalGraphicsInc/cesium/pull/6872) * Changed `Globe.pick` to return a position in ECEF coordinates regardless of the current scene mode. This will only effect you if you were working around a bug to make `Globe.pick` work in 2D and Columbus View. Use `Globe.pickWorldCoordinates` to get the position in world coordinates that correlate to the current scene mode. [#6859](https://github.com/AnalyticalGraphicsInc/cesium/pull/6859) -* Removed the unused `frameState` parameter in `evaluate` and `evaluateColor` functions [#6890](https://github.com/AnalyticalGraphicsInc/cesium/pull/6890). +* Removed the unused `frameState` parameter in `evaluate` and `evaluateColor` functions in Expression, StyleExpression, ConditionsExpression and all other places that call the functions. [#6890](https://github.com/AnalyticalGraphicsInc/cesium/pull/6890). ##### Additions :tada: * 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)