diff --git a/CHANGELOG.md b/CHANGELOG.md index 91190ae..ef7b061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## Version 0.3.2 - 2024-11-11 + +### Fixed + +- Reverts changes in 0.3.1; they were ultimately unnecessary and introduced a new bug, stopping location updates. + ## Version 0.3.1 - 2024-10-17 ### Fixed diff --git a/Sources/MapLibreSwiftUI/MapView.swift b/Sources/MapLibreSwiftUI/MapView.swift index 1c53611..3cc4081 100644 --- a/Sources/MapLibreSwiftUI/MapView.swift +++ b/Sources/MapLibreSwiftUI/MapView.swift @@ -106,7 +106,6 @@ public struct MapView: UIViewControllerRepresentab camera: camera, animated: isStyleLoaded) } - uiViewController.mapView.locationManager = locationManager } @MainActor private func applyModifiers(_ mapViewController: T, runUnsafe: Bool) {