Skip to content

Commit 42c5ba5

Browse files
Prepare release
1 parent 4eb32f8 commit 42c5ba5

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

ChangeLog.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.5] - 2021-12-02
6+
7+
### Changed
8+
9+
* [#73](https://github.com/sebastianbergmann/php-file-iterator/pull/73): Micro performance improvements on parsing paths
10+
11+
### Fixed
12+
13+
* [#74](https://github.com/sebastianbergmann/php-file-iterator/pull/74): Document return type of `SebastianBergmann\FileIterator\Iterator::accept()` so that Symfony's `DebugClassLoader` does not trigger a deprecation warning
14+
515
## [2.0.4] - 2021-07-19
616

717
### Changed
818

9-
* Adde `ReturnTypeWillChange` attribute to `SebastianBergmann\FileIterator\Iterator::accept()` because the return type of `\FilterIterator::accept()` will change in PHP 8.1
19+
* Added `ReturnTypeWillChange` attribute to `SebastianBergmann\FileIterator\Iterator::accept()` because the return type of `\FilterIterator::accept()` will change in PHP 8.1
1020

1121
## [2.0.3] - 2020-11-30
1222

@@ -18,19 +28,19 @@ All notable changes to this project will be documented in this file. This projec
1828

1929
### Fixed
2030

21-
* Fixed [#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
31+
* [#48](https://github.com/sebastianbergmann/php-file-iterator/issues/48): Excluding an array that contains false ends up excluding the current working directory
2232

2333
## [2.0.1] - 2018-06-11
2434

2535
### Fixed
2636

27-
* Fixed [#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
37+
* [#46](https://github.com/sebastianbergmann/php-file-iterator/issues/46): Regression with hidden parent directory
2838

2939
## [2.0.0] - 2018-05-28
3040

3141
### Fixed
3242

33-
* Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
43+
* [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
3444

3545
### Changed
3646

@@ -44,19 +54,19 @@ All notable changes to this project will be documented in this file. This projec
4454

4555
### Fixed
4656

47-
* Fixed [#37](https://github.com/sebastianbergmann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30)
57+
* [#37](https://github.com/sebastianbergmann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30)
4858

4959
## [1.4.4] - 2017-11-27
5060

5161
### Fixed
5262

53-
* Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
63+
* [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not considered if it is a parent of the base path
5464

5565
## [1.4.3] - 2017-11-25
5666

5767
### Fixed
5868

59-
* Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
69+
* [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
6070

6171
## [1.4.2] - 2016-11-26
6272

@@ -72,6 +82,7 @@ No changes
7282

7383
* [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23)
7484

85+
[2.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.4...2.0.5
7586
[2.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.3...2.0.4
7687
[2.0.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.2...2.0.3
7788
[2.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/2.0.1...2.0.2

0 commit comments

Comments
 (0)