Merge pull request #1162 from dbu/add-changelog

add changelog listing changes since 3.0
This commit is contained in:
Guilhem N 2017-12-29 14:10:32 +01:00 committed by GitHub
commit ca677ba575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
CHANGELOG
=========
3.1.0 (unreleased)
------------------
Symfony Forms
* Support for boolean checkbox
* Support for integer
JMS Serializer
* Support JMS `int` (alias for `integer`)
* Also process phpdoc annotations (if `phpdocumentor/reflection-docblock` is available)
SwaggerPHP
* Handle `enum` and `default` properties from SwaggerPHP annotation
3.0.0 (2017-12-10)
------------------
Large refactoring introducing `zircote/swagger-php` for swagger annotations.
See UPGRADE-3.0.md for upgrading instructions.