Authored by Justin R. Miller

tweak changelog for deprecations

@@ -5,7 +5,7 @@ Changelog @@ -5,7 +5,7 @@ Changelog
5 #### September 4, 2014 5 #### September 4, 2014
6 6
7 - Temporarily removed support for Mapbox `v4` API and [access tokens](https://www.mapbox.com/developers/api/#access-tokens) in tile and metadata requests. 7 - Temporarily removed support for Mapbox `v4` API and [access tokens](https://www.mapbox.com/developers/api/#access-tokens) in tile and metadata requests.
8 - - Added a new `RMMapViewDelegate` callback allowing customization of annotation layer stacking order. 8 + - Added a new `-[RMMapViewDelegate annotationSortingComparatorForMapView:]` callback allowing customization of annotation layer stacking order. This deprecates `-[RMMapView orderMarkersByYPosition]` and `-[RMMapView orderClusterMarkersAboveOthers]`.
9 - Fixed a bug with tile source initialization in `-viewDidLoad` and/or from storyboards. 9 - Fixed a bug with tile source initialization in `-viewDidLoad` and/or from storyboards.
10 - Better enforce proper `RMGreatCircleAnnotation` initialization. 10 - Better enforce proper `RMGreatCircleAnnotation` initialization.
11 - Fixed a memory leak in `RMShape`. 11 - Fixed a memory leak in `RMShape`.