From 150278a5601aac1b8f26f954e741743f33d608e0 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 17 Apr 2017 11:21:20 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e15c47..260927b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ This project follows [semantic versioning](http://semver.org). * [fixed] Only put mode bits of st_mode into metadata * [fixed] Only repairing backups with --repair * [fixed] Fixed vacuum +* [fixed] First removing bundles, then adding new ones ### v0.2.0 (2017-04-14) @@ -28,7 +29,7 @@ This project follows [semantic versioning](http://semver.org). * [modified] No longer failing restore if setting file attributes fails * [modified] Backup files must end with `.backup` (**conversion needed**) * [modified] Bundle files must end with `.bundle` -* [modified] Ingnoring corrupt bundles instead of failing +* [modified] Ignoring corrupt bundles instead of failing * [fixed] Creating empty bundle cache on init to avoid warnings * [fixed] Calling sodiumoxide::init for faster algorithms and thread safety (not needed) * [fixed] Fixed a deadlock in the bundle upload code