Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 804 Bytes

1.0.3 (under development)

Bugfixes:

  • Fix potential crash during animations (@scheinem)
  • Fix a bug when an ADClusterAnnotation instance had no cluster assigned in mapView:viewForAnnotation:

Features:

  • originalAnnotations returns an array of id<MKAnnotation> (not ADMapPointAnnotation)

1.0.2 (8 April 2013)

Bugfixes:

  • Fix crash when the delegate is not responding to mapView:viewForAnnotation:. (@scheinem)
  • Add a delegate method to hide the subtitle of the cluster annotations. (@scheinem, @steinerl)
  • Handle MKUserLocation annotations (@xfyre)

1.0.1 (7 November 2012)

Bugfixes:

  • Fix compiler errors and warnings in Xcode <4.4 (@DontPHazeMeBro)
  • Fix memory leaks
  • Annotation could not always be selected

1.0.0 (26 October 2012)

First release