diff options
| author | Martin Ridgers <[email protected]> | 2024-10-03 14:18:12 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-03 14:18:12 +0200 |
| commit | cf0cf6386ef9cf13bdd8ecf98e237a559ff6ece9 (patch) | |
| tree | 6958f9fad16a850389a79c02a976d21d60947233 | |
| parent | - Improvement: Self-hosted dashboard (#181) (diff) | |
| download | zen-cf0cf6386ef9cf13bdd8ecf98e237a559ff6ece9.tar.xz zen-cf0cf6386ef9cf13bdd8ecf98e237a559ff6ece9.zip | |
Reinstated a line that was moved instead of duplicated (#184)
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index db4577499..bfa9360a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - When trimming memcache, deallocate memcache buffers when not holding exclusive lock in bucket - Improvement: Optimized startup performance - reduced startup time by ~30% for large data sets - Improvement: During block store compact, merge small blocks even if no new unused data is found +- Improvement: Self-hosted dashboard - Bugfix: Symbol resolution could fail on Windows depending on the process' current working directory - Bugfix: Don't block disk cache buckets from writing when scanning records for attachment references - Bugfix: Make sure we clear active write block of block store if we get exception when writing to disk |