You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,20 @@
2
2
3
3
### ? - ?
4
4
5
+
##### Breaking Changes :mega:
6
+
7
+
- Restored vcpkg commit update to `2025.09.17`.
8
+
5
9
##### Fixes :wrench:
6
10
7
11
- Fixed a bug in `GoogleMapTilesRasterOverlay` that tried to parse credits from an erroneous viewport service response.
8
12
13
+
### v0.52.1 - 2025-10-01
14
+
15
+
##### Breaking Changes :mega:
16
+
17
+
- Reverted vcpkg update that could interfere with builds on headless MacOS.
18
+
9
19
### v0.52.0 - 2025-10-01
10
20
11
21
##### Breaking Changes :mega:
@@ -25,6 +35,7 @@
25
35
- Removed `getOverlays`, `getTileProviders`, and `getPlaceholderTileProviders` from `RasterOverlayCollection`. Use `getActivatedOverlays` instead.
26
36
-`SharedAssetDepot` now uses a templatized "context" instead of separate `AsyncSystem` and `IAssetAccessor` parameters. It defaults to `SharedAssetContext`.
27
37
- Removed `RasterOverlay::getCredits`, which was not actually used anywhere. Use `RasterOverlayTileProvider::addCredits` instead.
0 commit comments