@@ -2,6 +2,12 @@ |
|
|
2 |
2 |
|
3 |
3 |
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). |
4 |
4 |
|
|
5 |
+## [3.0.2] - 2020-06-15 |
|
6 |
+ |
|
7 |
+### Changed |
|
8 |
+ |
|
9 |
+* Tests etc. are now ignored for archive exports |
|
10 |
+ |
5 |
11 |
## [3.0.1] - 2020-04-18 |
6 |
12 |
|
7 |
13 |
### Fixed |
@@ -72,6 +78,7 @@ No changes |
|
|
72 |
78 |
|
73 |
79 |
* [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude |
74 |
80 |
|
|
81 |
+[3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2 |
75 |
82 |
[3.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.0...3.0.1 |
76 |
83 |
[3.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...3.0.0 |
77 |
84 |
[2.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.1...2.0.2 |