diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-01-21 16:43:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-01-21 16:52:03 -0800 |
commit | d1c0ae2f9eb0bae6db72ab8995078108c6f7744a (patch) | |
tree | ba0f8a143ba1fcdb5f91446af3c50cae56ecd427 | |
parent | c8b2d48106f92215ca2fbd761f8ac4cf254135e6 (diff) | |
download | fatcat-d1c0ae2f9eb0bae6db72ab8995078108c6f7744a.tar.gz fatcat-d1c0ae2f9eb0bae6db72ab8995078108c6f7744a.zip |
changelog: read-only mode updates
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32257c1f..f68dc9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,20 @@ See also: ## UNRELEASED +### Changes + +- default local development database now called `fatcat_dev`, not `fatcat` + ### Fixed - various typos and spelling errors corrected (using `codespell`) +### Added + +- "alert banner" mechanism for web interface +- API server detects SQL transaction failure due to read-only mode, and returns + appropriate 5xx error + ## [0.5.0] - 2021-11-22 Small change to the API schema (and SQL schema), adding the `content_scope` |