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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@
10
10
11
11
##### Additions :tada:
12
12
13
+
- Switched to vcpkg registry version `dbe35ceb30c688bf72e952ab23778e009a578f18`, from `2024.11.16`. We expect to upgrade again to an official tagged version in the next release.
13
14
- Added `SubtreeWriter::writeSubtreeBinary`.
14
15
15
16
##### Fixes :wrench:
16
17
17
18
- Fixed a bug where `SubtreeAvailability` wasn't updating the `constant` and `bitstream` properties of the availability object when converting constant availability to a bitstream.
18
19
- Fixed a bug where `SubtreeAvailability` attempted to update buffer data that was no longer valid.
20
+
- Fixed a bug where `TilesetContentLoaderResult` would drop its `statusCode` between `std::move`s due to its omission in the move constructor.
21
+
- Fixed a bug introduced in v0.47.0 that caused tiles upsampled for raster overlays to lose their water mask.
0 commit comments