diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-03-09 15:54:20 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-03-10 17:14:15 -0800 |
commit | 1ee7264b0edf6601a8170a30c40af4282679f495 (patch) | |
tree | eae99dd3bc281ef3370367fab29079b03570afc4 /CHANGELOG.md | |
parent | 641c31507d282322469e0b05fdde5df11bd66128 (diff) | |
download | qtlocation-mapboxgl-1ee7264b0edf6601a8170a30c40af4282679f495.tar.gz |
[ios, osx] Updated changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e470d79eb..cb3dbd76e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Known issues: ## iOS master +- Offline packs can now be downloaded to allow users to view specific regions of the map offline. A new MGLOfflineStorage class provides APIs for managing MGLOfflinePacks. ([#4221](https://github.com/mapbox/mapbox-gl-native/pull/4221)) - Fixed screen coordinates for LatLng coordinates accross the antimeridian. ([#4215](https://github.com/mapbox/mapbox-gl-native/issues/4155)) - Fixed a bounce-back effect when panning the map. ([#4214](https://github.com/mapbox/mapbox-gl-native/pull/4214)) - An icon laid out along a line no longer appears if it would extend past the end of the line. Some one-way arrows no longer point the wrong way. ([#3839](https://github.com/mapbox/mapbox-gl-native/pull/3839)) |