From 9e0a59c2a9faad8182272a82eb235b3d36874ab4 Mon Sep 17 00:00:00 2001 From: hpinkos Date: Fri, 3 Jun 2016 14:31:09 -0400 Subject: [PATCH] CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 7f5bc7b50672..4c40e6c3dd80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ Change Log * Add a `rotatable2D` option to to `Scene`, `CesiumWidget` and `Viewer` to enable a rotatable map in 2D. [#3897](https://github.com/AnalyticalGraphicsInc/cesium/issues/3897) * `Camera.setView` and `Camera.flyTo` will now use the `orientation.heading` parameter in 2D if the map is rotatable. +* Added CZML support for Box, Corridor and Cylinder ### 1.22 - 2016-06-01