Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
18
vendor/symfony-cmf/routing/CHANGELOG.md
vendored
18
vendor/symfony-cmf/routing/CHANGELOG.md
vendored
|
|
@ -1,11 +1,29 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.0
|
||||
-----
|
||||
|
||||
* **2016-02-27**: Added ContentRepositoryEnhancer that can look up a content by
|
||||
ID from a content repository.
|
||||
|
||||
1.4.0-RC1
|
||||
---------
|
||||
|
||||
* **2016-01-09**: When ChainRouter::match is used with a RequestMatcher, the
|
||||
Request is now properly rebuilt from the RequestContext if that was set on
|
||||
the ChainRouter, and http://localhost is used otherwise to avoid issues with
|
||||
paths starting with a double forward slash.
|
||||
* **2014-09-29**: ChainRouter does not require a RouterInterface, as a
|
||||
RequestMatcher and UrlGenerator is fine too. Fixed chain router interface to
|
||||
not force a RouterInterface.
|
||||
* **2014-09-29**: Deprecated DynamicRouter::match in favor of matchRequest.
|
||||
|
||||
1.3.0
|
||||
-----
|
||||
|
||||
Release 1.3.0
|
||||
|
||||
1.3.0-RC1
|
||||
---------
|
||||
|
||||
|
|
|
|||
Reference in a new issue