From 853d1ca312c764eb21659b944222e4467acda7d3 Mon Sep 17 00:00:00 2001 From: Patrick Cozzi Date: Mon, 26 Dec 2016 16:36:23 -0500 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c62883bfbc10..eb080bb46d4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,5 @@ Change Log ========== -* Fixed issue where billboards on terrain had some offset. [#4598](https://github.com/AnalyticalGraphicsInc/cesium/issues/4598) -* Fixed issue where `globe.getHeight` randomly returned 'undefined'. [#3411](https://github.com/AnalyticalGraphicsInc/cesium/issues/3411) ### 1.29 - 2017-01-02 @@ -14,6 +12,8 @@ Change Log * Added support for newlines (`\n`) in Cesium `Label`s and CZML. [#2402](https://github.com/AnalyticalGraphicsInc/cesium/issues/2402) * Fixed texture rotation for `RectangleGeometry` [#2737](https://github.com/AnalyticalGraphicsInc/cesium/issues/2737) * Fixed translucency in Firefox 50. https://github.com/AnalyticalGraphicsInc/cesium/pull/4762 +* Fixed issue where billboards on terrain had some offset. [#4598](https://github.com/AnalyticalGraphicsInc/cesium/issues/4598) +* Fixed issue where `globe.getHeight` randomly returned `undefined`. [#3411](https://github.com/AnalyticalGraphicsInc/cesium/issues/3411) * Fixed a bug that caused `GroundPrimitive` to render incorrectly on systems without the `WEBGL_depth_texture` extension. [#4747](https://github.com/AnalyticalGraphicsInc/cesium/pull/4747) * Fixed default Mapbox token and added a watermark to notify users that they need to sign up for their own token. * Fixed a bug that could cause a "readyImagery is not actually ready" exception with some configurations of imagery layers.