minor #35715 [Contracts] add missing changelog entries (nicolas-grekas)

This PR was merged into the 5.1-dev branch.

Discussion
----------

[Contracts] add missing changelog entries

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

9181c3ad61 [Contracts] add missing changelog entries
This commit is contained in:
Nicolas Grekas 2020-02-14 10:05:28 +01:00
commit 6f5932689a
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
CHANGELOG
=========
2.0.1
-----
* added `/json` endpoints to the test mock HTTP server
2.0.0
-----
* bumped minimum PHP version to 7.2 and added explicit type hints
* made "psr/event-dispatcher" a required dependency of "symfony/event-dispatcher-contracts"
* made "symfony/http-client-contracts" not experimental anymore
1.1.0
-----