make path patterns used by only and ignore **very** liberal, this will ease a lot of pain in dealing with them

This commit is contained in:
Sebastian McKenzie
2015-05-15 02:33:40 +01:00
parent 4d4493f325
commit 5ae3dc01f1
3 changed files with 33 additions and 32 deletions

View File

@@ -13,6 +13,11 @@ _Note: Gaps between patch versions are faulty/broken releases._
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
## 5.4.2
* **Polish**
* `ignore` and `only` patterns are now **very** liberal. The pattern can now exist anywhere in the path.
## 5.4.1
* **Bug Fix**