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.