diff --git a/CHANGES.md b/CHANGES.md index 2c05e70a5f80..6c5e6ebf34d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Change Log ### 1.7.1 - 2015-04-06 * Fixed a crash in `InfoBox` that would occur when attempting to display plain text. * Fixed a crash when loading KML features that have no description and an empty `ExtendedData` node. -* Fixed a bug in Color.fromCssColorString` where undefined would be returned for the CSS color `transparent`. +* Fixed a bug `in Color.fromCssColorString` where undefined would be returned for the CSS color `transparent`. * Added `Color.TRANSPARENT`. * Added support for KML `TimeStamp` nodes. * Improved KML compatibility to work with non-specification compliant KML files that still happen to load in Google Earth.