8000 [Finder] Deprecate FilterIterator by ogizanagi · Pull Request #22828 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Finder] Deprecate FilterIterator #22828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Finder] Deprecate FilterIterator
  • Loading branch information
ogizanagi committed May 21, 2017
commit 946066cc2982146fcd51786678f7509b1cfb4eae
7 changes: 7 additions & 0 deletions UPGRADE-3.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
UPGRADE FROM 3.3 to 3.4
=======================

Finder
------

* The `Symfony\Component\Finder\Iterator\FilterIterator` class has been
deprecated and will be removed in 4.0 as it used to fix a bug which existed
before version 5.5.23/5.6.7

Validator
---------

Expand Down
2 changes: 2 additions & 0 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Finder
------

* The `ExceptionInterface` has been removed.
* The `Symfony\Component\Finder\Iterator\FilterIterator` class has been
removed as it used to fix a bug which existed before version 5.5.23/5.6.7

Form
----
Expand Down
5 changes: 5 additions & 0 deletions src/Symfony/Component/Finder/CHANGELOG.md