summaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-01-20 01:00:35 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-01-20 01:00:35 +0100
commit854215b7dd8cb993fdd2dc56de402987d2df4892 (patch)
treea20782dbb1c4f2e16d3ed81bf53431c84d26666f /docs/changes.rst
parent2dde49f0d4ba2e7670a4b9b84312c6f1324df2f1 (diff)
mention pp: in CHANGES
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 4054bca48..98be66d33 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -29,11 +29,14 @@ Bug fixes:
New features:
-- implement exclusions using regular expression patterns.
-- support patterns for borg extract, #361
+- borg create: implement exclusions using regular expression patterns.
+- borg create: implement inclusions using patterns.
+- borg extract: support patterns, #361
- support different styles for patterns:
- fnmatch (fm: prefix, default when omitted), like borg <= 0.29.
+ - path prefix (pp: prefix, for unifying borg create pp1 pp2 into the
+ patterns system), semantics like in borg <= 0.29
- regular expression (re:), new!
- --progress option for borg upgrade (#291) and borg delete <archive>
- update progress indication more often (e.g. within big files), #500