summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-06-17 12:15:50 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-06-17 12:15:50 -0400
commit6d17467dbc01bac2217b3b0853103d1b68b6c55c (patch)
treee523b0d84fecea060711a48898293f2763a613e2 /CHANGELOG.md
parent6081f15237a7991b1cf1f11e089ceb0e544cb52a (diff)
downloadqtlocation-mapboxgl-6d17467dbc01bac2217b3b0853103d1b68b6c55c.tar.gz
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4464e383bb..32e153c66c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
- Returns an error callback for failed NodeFileSource requests.
- Fixes handling of corrupt NodeFileSource request data.
- Implements request coalescing to fix NodeRequest cancellation.
+- Removes `setAccessToken` method from NodeMap, `mapbox://` URLs
+ should be handled through `NodeFileSource` now.
- Updates build scripts and Travis CI configuration.
- Logs Environment ID and thread name when in an Environment scope.
- Refactors NodeLog to implement mbgl::Log::Observer.