diff options
| author | Dan Engelbrecht <[email protected]> | 2022-09-30 15:35:26 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-09-30 15:35:26 +0200 |
| commit | ac159828731089f7788a0115d09bd46996401075 (patch) | |
| tree | 93c3d4a40a41c2e5f4acf69d8ab1b630a7d309aa | |
| parent | Handle zero size file mapping (#177) (diff) | |
| download | zen-ac159828731089f7788a0115d09bd46996401075.tar.xz zen-ac159828731089f7788a0115d09bd46996401075.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1d170c8..58a27053d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Improvement: Logging: don't do formatting of messages the will not be logged - Improvement: Logging: Timing and upstream source information in upstream logging when debug level logging is enabled - Improvement: Reduce buffer creation and copying in ParsePackageMessage +- Improvement: Don't read attachments for oplogs we already have when parsing oplog message ## v0.1.5 - Bugfix: Don't fail entire request if GetCacheValue from Horde fails for a single value |