From 31ab731af97cbaecb8ba975248bab3dad5258dc0 Mon Sep 17 00:00:00 2001 From: slozier Date: Tue, 18 Aug 2015 15:21:01 -0400 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + CONTRIBUTORS.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 01dfed6c2d5d..7bd8187a69fb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,7 @@ Change Log * Fix issue where extruded `PolygonGeometry` was always extruding to the ellipsoid surface instead of specified height. * Fix an issue where non-feature nodes prevented KML documents from loading. [#2945](https://github.com/AnalyticalGraphicsInc/cesium/pull/2945). * Removed [es5-shim](https://github.com/kriskowal/es5-shim), which is no longer required by the unit tests. [#2933](https://github.com/AnalyticalGraphicsInc/cesium/pull/2945) +* Fix issue where `JulianDate` would not parse certain dates properly. [#405](https://github.com/AnalyticalGraphicsInc/cesium/issues/405) ### 1.12 - 2015-08-03 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 26d7ccecf307..7939720f1920 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -61,6 +61,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to Cesiu * [Aditya Raisinghani](https://github.com/adi2412) * [Ilia Choly](https://github.com/icholy) * [Farouk Abdou](https://github.com/kaktus40) -* [StÈphane Lozier](https://github.com/slozier) +* [Stéphane Lozier](https://github.com/slozier) Also see [our contributors page](http://cesiumjs.org/contributors.html) for more information.