Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Apr 26, 2024
1 parent f24b392 commit 3d83726
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Write the date in place of the "Unreleased" in the case a new version is release

# Changelog

## Unreleased

### Added

- The `tiled serve ...` CLI commands now accept a `--log-config` option,
pointing to a custom uvicorn logging configuration file. An example
file was added to the repository root, `example_log_config.yml`.

### Changed

- SQLite-backed catalogs now employ connection pooling. This results in a
significant speed-up and avoids frequently re-opening the SQLite file.

## v0.1.0a120 (25 April 2024)

### Fixed
Expand Down

0 comments on commit 3d83726

Please sign in to comment.