From 6bc9823b04592b69b960f4ffcdec21b8e9e5c1cb Mon Sep 17 00:00:00 2001 From: Aleksandr Shoronov Date: Thu, 22 Feb 2024 15:23:08 +0200 Subject: [PATCH] Release 4.3.0. Prepared CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee05e8a..947cf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.0 + +- [feature] Added option `instructions.showWaypointInstructions` to control displaying of waypoint instructions [#313](https://github.com/mapbox/mapbox-gl-directions/pull/313) + ## 4.2.0 - [feature] Display waypoints-related instructions [#310](https://github.com/mapbox/mapbox-gl-directions/pull/310)