From 2535fdd77833237cab1449cc7c7a0afc518e1e2f Mon Sep 17 00:00:00 2001 From: hpinkos Date: Thu, 22 Mar 2018 17:25:26 -0400 Subject: [PATCH] CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ecdbb7f9e87..0da249ddc24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,7 +30,7 @@ Change Log * Added support for ordering in `DataSourceCollection` [#6316](https://github.com/AnalyticalGraphicsInc/cesium/pull/6316) * All ground geometry from one `DataSource` will render in front of all ground geometry from another `DataSource` in the same collection with a lower index. * Use `DataSourceCollection.raise`, `DataSourceCollection.lower`, `DataSourceCollection.raiseToTop` and `DataSourceCollection.lowerToBottom` functions to change the ordering of a `DataSource` in the collection. -* Added `zIndex` support for `Corridor`, `Ellipse`, `Polygon` and `Rectangle` entities +* Added `zIndex` support for static `Corridor`, `Ellipse`, `Polygon` and `Rectangle` entities [#6362](https://github.com/AnalyticalGraphicsInc/cesium/pull/6362) ##### Fixes :wrench: * Fixed support of glTF-supplied tangent vectors. [#6302](https://github.com/AnalyticalGraphicsInc/cesium/pull/6302)