From 7ecdf7ed5a4fd601f44e1d13921699bd22d538b6 Mon Sep 17 00:00:00 2001 From: Scott Hunter Date: Thu, 23 Oct 2014 11:37:44 -0400 Subject: [PATCH] Update CHANGES about #2197 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8179a3a63e1d..d609abbb87ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ Change Log * Fixed a bug that caused non-base imagery layers with a limited `rectangle` to be stretched to the edges of imagery tiles. [#416](https://github.com/AnalyticalGraphicsInc/cesium/issues/416) * Fixed rendering polylines with duplicate positions. [#898](https://github.com/AnalyticalGraphicsInc/cesium/issues/898) +* Worked around a shader compilation regression in Firefox 33 and 34 by falling back to a less precise shader on those browsers. [#2197](https://github.com/AnalyticalGraphicsInc/cesium/issues/2197) * Added support to the `CesiumTerrainProvider` for handling terrain tiles that define more than 64k vertices. * Added `Primitive.compressVertices`. When true, the geometry vertices are compressed, which will save memory. * Upgraded topojson from 1.6.8 to 1.6.18.