Skip to content

Commit 79a6a27

Browse files
committed
[Crawler] Remove a mention of an interface removed before a merge
1 parent 1183aca commit 79a6a27

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)