From 2e302b4960a90ce952693befc099ab02b385a548 Mon Sep 17 00:00:00 2001 From: Rebecca Rice Date: Wed, 29 Apr 2020 15:28:19 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0349277..e4ae96663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.3.1 +* Fixes deprecation warnings for maps used with Mapbox Studio Classic styles [#1329](https://github.com/mapbox/mapbox.js/pull/1329) +* Fixes TypeError `t.getTileJSON is not a function` [#1329](https://github.com/mapbox/mapbox.js/pull/1329) + ## v3.3.0 * Changes default map styles (e.g. `mapbox.streets`) to no-longer load from Legacy Maps API by default [#1317](https://github.com/mapbox/mapbox.js/pull/1317)