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
This commit is contained in:
Fabien Potencier 2016-02-04 10:58:35 +01:00
commit 7c30ed4349

View File

@ -4,8 +4,10 @@ CHANGELOG
3.1.0
-----
* 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.
* 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.
* All the URI parsing logic have been abstracted in the `AbstractUriElement` class.
The `Link` class is now a child of `AbstractUriElement`.
* Added an `Image` class to crawl images and parse their `src` attribute,
and `selectImage`, `image`, `images` methods in the `Crawler` (the image version of the equivalent `link` methods).
2.5.0
-----