Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 903 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 903 Bytes

Change Log

All significant changes to this project will be documented in this file.

Changed

  • Now requires Xcode 10.1 to build.
  • Now requires Cocoapods 1.6.0

Fixed

  • Nullability of GFLineString - (GFPoint *) firstPoint and - (GFPoint *) lastPoint changed to _Nullable return type.
  • Nullability of GFGeometryCollection - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiLineString - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiPoint - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.
  • Nullability of GFMultiPolygon - (GFPoint *) firstGeometry and - (GFPoint *) lastGeometry changed to _Nullable return type.