Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / symfony / psr-http-message-bridge / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 * 1.1.0 (2018-08-30)
5
6   * Added support for creating PSR-7 messages using PSR-17 factories
7
8 * 1.0.2 (2017-12-19)
9
10   * Fixed request target in PSR7 Request (mtibben)
11
12 * 1.0.1 (2017-12-04)
13
14   * Added support for Symfony 4 (dunglas)
15
16 * 1.0.0 (2016-09-14)
17
18   * Initial release