summaryrefslogtreecommitdiff
path: root/changelog/0.16.0_2023-07-31/issue-1495
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/0.16.0_2023-07-31/issue-1495')
-rw-r--r--changelog/0.16.0_2023-07-31/issue-14957
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/0.16.0_2023-07-31/issue-1495 b/changelog/0.16.0_2023-07-31/issue-1495
new file mode 100644
index 000000000..b29f0d711
--- /dev/null
+++ b/changelog/0.16.0_2023-07-31/issue-1495
@@ -0,0 +1,7 @@
+Enhancement: Sort snapshots by timestamp in `restic find`
+
+The `find` command used to print snapshots in an arbitrary order. Restic now
+prints snapshots sorted by timestamp.
+
+https://github.com/restic/restic/issues/1495
+https://github.com/restic/restic/pull/4409