Closes #67 · sebastianbergmann/php-file-iterator@25fefc5 (original) (raw)

Original file line number Diff line number Diff line change
@@ -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.4] - 2020-07-11
6 +
7 +### Fixed
8 +
9 +* [#67](https://github.com/sebastianbergmann/php-file-iterator/issues/67): `TypeError` in `SebastianBergmann\FileIterator\Iterator::accept()`
10 +
5 11 ## [3.0.3] - 2020-06-26
6 12
7 13 ### Added
@@ -84,6 +90,7 @@ No changes
84 90
85 91 * [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude
86 92
93 +[3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4
87 94 [3.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.2...3.0.3
88 95 [3.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.1...3.0.2
89 96 [3.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.0...3.0.1