diff options
| author | Dan Engelbrecht <[email protected]> | 2023-04-26 16:34:58 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-04-26 16:45:18 +0200 |
| commit | 733338ea8f6e856a3345b3d03c5792befc25064c (patch) | |
| tree | 30aabedaf25b8d62927e1c3ddbaf3e4b2943bc00 | |
| parent | log error before throwing exception so we can see the callstack (diff) | |
| download | zen-733338ea8f6e856a3345b3d03c5792befc25064c.tar.xz zen-733338ea8f6e856a3345b3d03c5792befc25064c.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 66db62118..bca582768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## - Bugfix: Safely handle missing blocks when doing garbage collection in block store data - Bugfix: Only strip uri accept type suffix if it can be parsed to a known type +- Bugfix: Keep system error code on Windows when file mapping fails and propagate to log/exception ## 0.2.6 - Strip __FILE__ macro names in logging to only include the file name as to not expose file paths of the machine building the executable |