diff options
| author | Dan Engelbrecht <[email protected]> | 2023-02-15 10:18:26 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-02-15 10:18:26 +0100 |
| commit | 1b9c49b297aaa8f1eb146ba2016ab7386770d49f (patch) | |
| tree | e2930a1f3255d5b3a7eb560efd4dc59ab6019021 | |
| parent | Make sure to add any scanned files to the cas registry (#230) (diff) | |
| download | zen-1b9c49b297aaa8f1eb146ba2016ab7386770d49f.tar.xz zen-1b9c49b297aaa8f1eb146ba2016ab7386770d49f.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc1c15df..7ac2e6642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## - Improvement: FileCas now keeps an up to date index of all the entries improving performance when getting cache misses on large payloads +- Changed: Exit with failure code on port conflict rather than reporting crash to Sentry ## 0.2.3 - Feature: Add support for "packagedata" mapping in oplog entries @@ -130,7 +131,6 @@ - `--clean` Delete and create a new oplog before starting import - Improvement: Faster oplog replay - reduces time to open an existing oplog - Improvement: Clearer error messages and logging when requests to project store fails -- Changed: Exit with failure code on port conflict rather than reporting crash to Sentry - Changed: Removed remnants of old mesh experiment - Changed: Remove obsolete export-project command - Changed: Removed remnants import-project command |