diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bdbb15e..bcd6102e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - `--append=auto` if no wildcard is given, it resolves to `--append=false`, if wildcards are given it resolves to `--append=true`. - `auto` is the default mode matching legacy behavior - Improvement: Increased timeout and add retry when testing builds host connectivity -- Bugfix: If oplog container save fails the error code is no propagated out as a return code for the command +- Bugfix: If oplog container save fails the error code is now propagated out as a return code for the command ## 5.7.12 - Bugfix: Block store GC would write the wrong chunk data for chunks larger than 256KB |