Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c30ed4

Browse files
committed
minor #17678 [Crawler] Remove a mention of an interface removed before a merge (jakzal)
This PR was merged into the 3.1-dev branch. Discussion ---------- [Crawler] Remove a mention of an interface removed before a merge | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Missed it while merging #17585. Commits ------- 79a6a27 [Crawler] Remove a mention of an interface removed before a merge
2 parents 1183aca + 79a6a27 commit 7c30ed4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Symfony/Component/DomCrawler/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ CHANGELOG
44
3.1.0
55
-----
66

7-
* All the URI parsing logic have been abstracted in the `AbstractUriElement` class. The `Link` class is now a child of `AbstractUriElement` which implements the new `UriElementInterface`, describing the common `getNode`, `getMethod` and `getUri` methods.
8-
* Added an `Image` class to crawl images and parse their `src` attribute, and `selectImage`, `image`, `images` methods in `Crawler`, the image version of the equivalent `link` methods.
7+
* All the URI parsing logic have been abstracted in the `AbstractUriElement` class.
8+
The `Link` class is now a child of `AbstractUriElement`.
9+
* Added an `Image` class to crawl images and parse their `src` attribute,
10+
and `selectImage`, `image`, `images` methods in the `Crawler` (the image version of the equivalent `link` methods).
911

1012
2.5.0
1113
-----

0 commit comments

Comments
 (0)