Update CHANGELOG.md

This commit is contained in:
acalcutt 2025-01-10 20:07:36 -05:00
parent df7264fb7b
commit e337ab266f

View file

@ -1,6 +1,7 @@
# tileserver-gl changelog
## 5.1.0-pre.0
* Update recommended node to v22 + Update docker images to use node 22 (https://github.com/maptiler/tileserver-gl/pull/1438) by @acalcutt
* Upgrade Express to v5 + Canvas to v3 + code cleanup (https://github.com/maptiler/tileserver-gl/pull/1429) by @acalcutt
* Terrain Preview and simple Elevation Query (https://github.com/maptiler/tileserver-gl/pull/1425 and https://github.com/maptiler/tileserver-gl/pull/1432) by @okimiko
* add progressive rendering option for static jpeg images (#1397) by @samuel-git