Authored by Justin R. Miller

update changelog for 1.5.0

1 Changelog 1 Changelog
2 --------- 2 ---------
3 3
  4 +### 1.5.0
  5 +#### January 16, 2015
  6 +
  7 + - Re-added support for Mapbox `v4` API and [access tokens](https://www.mapbox.com/developers/api/#access-tokens) (removed temporarily in `1.4.0`), which are required for new accounts.
  8 + - Added support for iOS 8's QoS on background network requests.
  9 + - Improved error handling.
  10 + - Improved localization support.
  11 + - Improved deprecation notification on some previously-removed API.
  12 + - A map view's `-setCenterCoordinate:` is no longer animated by default.
  13 + - Fixed an Auto Layout bug.
  14 + - Fixed some memory leaks.
  15 + - Performance improvements, especially to background downloading for offline use and to general disk caching.
  16 + - Clarified that only web-based tile sources are eligible for background downloading.
  17 + - Documentation improvements.
  18 +
4 ### 1.4.1 19 ### 1.4.1
5 #### September 5, 2014 20 #### September 5, 2014
6 21