diff options
| author | Dan Engelbrecht <[email protected]> | 2023-05-08 10:35:09 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-05-08 10:35:09 +0200 |
| commit | 7cc677d64d3ab0008ca866bd0c7994ea89e372b3 (patch) | |
| tree | 0266e90316b0ba2a9250fa3a9d57b09dea0ae414 | |
| parent | replace use of cxxopts::OptionParseException in our code (diff) | |
| download | zen-7cc677d64d3ab0008ca866bd0c7994ea89e372b3.tar.xz zen-7cc677d64d3ab0008ca866bd0c7994ea89e372b3.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f85cdba..be2b1a802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## + +## 0.2.9 - Bugfix: Treat reading outside of block store file as a not found error. We may encounter truncated blocks due to earlier abnormal termination of zenserver or disk failures. ## 0.2.8 |