mention pp: in CHANGES

This commit is contained in:
Thomas Waldmann 2016-01-20 01:00:35 +01:00
parent 2dde49f0d4
commit 854215b7dd
1 changed files with 5 additions and 2 deletions

View File

@ -29,11 +29,14 @@ Bug fixes:
New features: New features:
- implement exclusions using regular expression patterns. - borg create: implement exclusions using regular expression patterns.
- support patterns for borg extract, #361 - borg create: implement inclusions using patterns.
- borg extract: support patterns, #361
- support different styles for patterns: - support different styles for patterns:
- fnmatch (fm: prefix, default when omitted), like borg <= 0.29. - 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! - regular expression (re:), new!
- --progress option for borg upgrade (#291) and borg delete <archive> - --progress option for borg upgrade (#291) and borg delete <archive>
- update progress indication more often (e.g. within big files), #500 - update progress indication more often (e.g. within big files), #500