diff options
| author | Dan Engelbrecht <[email protected]> | 2023-05-11 00:39:58 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-05-11 00:39:58 +0200 |
| commit | 536e12cbc4d15ffbc5ea6158af67cffcb3020d79 (patch) | |
| tree | 8c59f879743e5ae9d740f6b5b83098c62362f0e0 | |
| parent | 0.2.10-pre1 (diff) | |
| download | zen-536e12cbc4d15ffbc5ea6158af67cffcb3020d79.tar.xz zen-536e12cbc4d15ffbc5ea6158af67cffcb3020d79.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eca8ede9..9ee4fe20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value - Feature: zenserver: Add command line option `--sentry-allow-personal-info` to allow personally identifiable information in sentry reports, disabled by default - Feature: Age-based GC of oplogs in project store +- Improvement: Failing to write index snapshots or access times are now considered a warning rather than error - Bugfix: Validate that block store entries points inside valid blocks when initializing ## 0.2.9 |