Skip to content

Commit

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

# Changelog

## Next

### Fixed

- The configuration setting `tiled_admins` did not work in practice. If a user
in the list was already an admin (such as, after a server restart) an error
was raised on startup.
- The table creation statements for PostgreSQL were not committed. (This may
have been a regression due to a change in SQLAlchemy defaults.)
- Tolerate HTTP responses that are missing a `x-tiled-request-id` header, such
as when a proxy server responds with an error.

### Other

- Usage of deprecated Pydantic 2.x APIs was updated.
- Specify a `fallback-version`, `0.0.0`, to be used when the version-detection
code cannot run.

## v0.1.0a117

### Added
Expand Down

0 comments on commit 287e6b0

Please sign in to comment.