Skip to content

Commit 3d83726

Browse files
committed
Update CHANGELOG
1 parent f24b392 commit 3d83726

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Write the date in place of the "Unreleased" in the case a new version is release
33

44
# Changelog
55

6+
## Unreleased
7+
8+
### Added
9+
10+
- The `tiled serve ...` CLI commands now accept a `--log-config` option,
11+
pointing to a custom uvicorn logging configuration file. An example
12+
file was added to the repository root, `example_log_config.yml`.
13+
14+
### Changed
15+
16+
- SQLite-backed catalogs now employ connection pooling. This results in a
17+
significant speed-up and avoids frequently re-opening the SQLite file.
18+
619
## v0.1.0a120 (25 April 2024)
720

821
### Fixed

0 commit comments

Comments
 (0)