summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-20 20:48:28 +0200
committerCanop <cano.petrole@gmail.com>2020-06-20 20:48:28 +0200
commit0785091302b6118c19f2a6537f7a7337745af0b2 (patch)
tree871ac632c21ddaf977c593d386e5c2eb926f310b /CHANGELOG.md
parent249bbd42bcf6df8351c0929c7e749bab9ef148ad (diff)
version 0.16.0 - pattern compositionv0.16.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1977fdf..bd0053b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,12 @@
-### Next version
+<a name="v0.16.0"></a>
+### v0.16.0 - 2020-06-20
#### Major feature: composite patterns
It's now possible to use logical operators on patterns.
For example:
`!/txt$/` : files whose name doesn't end in "txt"
`carg|c/carg` : files whose name or content has "carg"
`(json|xml)&c/test` : files containing "test" and whose name fuzzily contains either "json" or "xml"
+The document contains other examples and precisions.
<a name="v0.15.1"></a>
### v0.15.1 - 2020-06-12