Skip to content

Commit 691b13d

Browse files
committed
update changelog
1 parent 27f8f6e commit 691b13d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44

55
### titiler.core
66

7-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
7+
* update FastAPI version lower limit to `>=0.107.0`
8+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
89

910
### titiler.extensions
1011

11-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
12+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
1213

1314
### titiler.application
1415

15-
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument
16+
* fix template loading for starlette >= 0.28 by using `jinja2.Environment` argument (author @jasongi, https://github.com/developmentseed/titiler/pull/744)
1617

1718
## 0.15.7 (2024-01-08)
1819

1920
### titiler.core
2021

21-
* update FastAPI version upper limit to `0.107.0` to avoid starlette breaking change (`0.28`)
22+
* update FastAPI version upper limit to `<0.107.0` to avoid starlette breaking change (`0.28`)
2223

2324
### titiler.application
2425

0 commit comments

Comments
 (0)