Skip to content

Commit 8fbfcaa

Browse files
committed
Changelog for v2.4.0
1 parent 4659aae commit 8fbfcaa

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

3-
# [2.3.0] - 2023-03-08
3+
4+
## [2.4.0] - 2023-03-28
5+
6+
### Added
7+
- Option to reverse object sort order (@Nakaner, @systemed)
8+
- Compile-time option to use floats for ZOrder (@Nakaner, @systemed)
9+
- Advisory note if user tries to generate tiles at z16+ (@systemed)
10+
11+
### Changed
12+
- Faster tile clipping (@systemed based on code by @mourner)
13+
- Use rtree to index large polygons (@systemed, @kleunen)
14+
15+
### Fixed
16+
- Update use of access in OpenMapTiles-compatible schema (@dschep)
17+
- Align path/track transportation classes with OpenMapTiles (@dschep)
18+
- Add missing paved/unpaved values as per OpenMapTiles (@dschep)
19+
20+
21+
## [2.3.0] - 2023-03-08
422

523
### Added
624
- Send project name to init_function (@systemed)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ Formatting: braces and indents as shown, hard tabs (4sp). (Yes, I know.) Please
9090

9191
Tilemaker is maintained by Richard Fairhurst and supported by [many contributors](https://github.com/systemed/tilemaker/graphs/contributors).
9292

93-
Copyright tilemaker contributors, 2015-2021. The tilemaker code is licensed as FTWPL; you may do anything you like with this code and there is no warranty. The included sqlite_modern_cpp (Amin Roosta) is MIT; [kaguya](https://github.com/satoren/kaguya) is licensed under the Boost Software Licence.
93+
Copyright tilemaker contributors, 2015-2023. The tilemaker code is licensed as FTWPL; you may do anything you like with this code and there is no warranty. The included sqlite_modern_cpp (Amin Roosta) is MIT; [kaguya](https://github.com/satoren/kaguya) is licensed under the Boost Software Licence.

0 commit comments

Comments
 (0)