From d5a141fc9a4a8be5fd5b1acfe5e48c31dabd2a5c Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Wed, 16 Feb 2022 12:23:59 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb68b9..b7ddc05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Fixed +- `resticw` is now a true wrapper in that it support `--` args to restic. + ## [7.3.0] - 2022-02-15 ### Added - optional user-controlled notification. See `RESTIC_NOTIFY_BACKUP_STATS` and in `backup.sh`.