Skip to content

Commit c443d5f

Browse files
committed
update changelog
1 parent 6e43eec commit c443d5f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Unreleased
44

5-
* Improve XSS security for HTML templates (author @jcary741, https://github.com/developmentseed/titiler/pull/953)
5+
### titiler.core
66

7-
* Encode URL for cog_viewer and stac_viewer (author @guillemc23, https://github.com/developmentseed/titiler/pull/961)
7+
* Improve XSS security for HTML templates (author @jcary741, https://github.com/developmentseed/titiler/pull/953)
88

99
* Remove all default values to the dependencies
1010
* `DatasetParams.unscale`: `False` -> `None` (default to `False` in rio-tiler)
@@ -40,6 +40,12 @@
4040

4141
* Use `.as_dict()` method when passing option to rio-tiler Reader's methods to avoid parameter conflicts when using custom Readers.
4242

43+
### titiler.extensions
44+
45+
* Encode URL for cog_viewer and stac_viewer (author @guillemc23, https://github.com/developmentseed/titiler/pull/961)
46+
47+
* Add links for render parameters and `/map` link to **viewer** dashboard (author @hrodmn, https://github.com/developmentseed/titiler/pull/987)
48+
4349
## 0.18.7 (2024-09-19)
4450

4551
* fix Hillshade algorithm (bad `azimuth` angle) (https://github.com/developmentseed/titiler/pull/985) [Backported]

0 commit comments

Comments
 (0)