diff --git a/CHANGES.md b/CHANGES.md index 02fbe233..3909cc6c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,7 @@ ### titiler.extensions * use `factory.render_func` as render function in `wmsExtension` endpoints +* add `stacRenderExtension` which adds two endpoints: `/renders` (lists all renders) and `/renders/` (render metadata and links) (author @alekzvik, https://github.com/developmentseed/titiler/pull/1038) ### Misc