[Contracts] add missing changelog entries

This commit is contained in:
Nicolas Grekas 2020-02-14 09:55:56 +01:00
parent 4c1ca329a4
commit 9181c3ad61
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
-----