From 2d6d90023101e52e3a902009622addf270ae5d3f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 15 Mar 2026 14:32:55 +0100 Subject: [PATCH] update CHANGES --- docs/changes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8c15b6ca9..4a04a6afc 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -156,8 +156,8 @@ Compatibility notes: Change Log 2.x ============== -Version 2.0.0b21 (not released yet) ------------------------------------ +Version 2.0.0b21 (2026-03-16) +----------------------------- Please note: @@ -168,6 +168,7 @@ above. New features: +- support https/http (REST) repositories via borgstore, #9480 - use jsonargparse as CLI argument/option parser, also supporting YAML configs for defaults and auto-generated environment variables to override defaults, #6551 - create --paths-from-shell-command, #5968