From 6c40ecbe43ba4491fa1e1d507f90061020b5419f Mon Sep 17 00:00:00 2001 From: Josh Bernstein Date: Mon, 2 Oct 2017 13:02:07 +0000 Subject: [PATCH] Add tag number to change in CHANGES.md #5819 --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 454dc02aa7f2..5dc4282ab213 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,7 +17,7 @@ Change Log * Fixed a bug in `PolylineCollection` preventing the display of more than 16K points in a single collection [#5538](https://github.com/AnalyticalGraphicsInc/cesium/pull/5782) * Fixed removing multiple event listeners within event callbacks. [#5827](https://github.com/AnalyticalGraphicsInc/cesium/issues/5827) * Fixed a 3D Tiles point cloud bug causing a stray point to appear at the center of the screen on certain hardware. [#5599](https://github.com/AnalyticalGraphicsInc/cesium/issues/5599) -* Fixed bug with placemarks in imported KML: placemarks with no specified icon would be displayed with default icon (https://github.com/AnalyticalGraphicsInc/cesium/issues/5819) +* Fixed bug with placemarks in imported KML: placemarks with no specified icon would be displayed with default icon. [#5819](https://github.com/AnalyticalGraphicsInc/cesium/issues/5819) ### 1.37 - 2017-09-01