From 2864fb781c884f81f30944e782667cb9f68d8827 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 11 Dec 2018 23:08:28 +0100 Subject: [PATCH] update changelog about removed deprecated stuff --- docs/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 150ce736f..3ad8c37b8 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -146,6 +146,13 @@ Compatibility notes: The behaviours have been swapped (so "mtime" is human, "isomtime" is ISO-like), and the default is now "mtime". "isomtime" is now a real ISO-8601 format ("T" between date and time, not a space). +- removed deprecated-since-long stuff (deprecated since): + + - command "borg change-passphrase" (2017-02), use "borg key ..." + - option "--keep-tag-files" (2017-01), use "--keep-exclude-tags" + - option "--list-format" (2017-10), use "--format" + - option "--ignore-inode" (2017-09), use "--files-cache" w/o "inode" + - option "--no-files-cache" (2017-09), use "--files-cache=disabled" New features: