Update CHANGELOG.md

This commit is contained in:
Guilhem N 2018-01-25 15:03:03 +01:00 committed by GitHub
parent b07043ce33
commit 4e2a25c9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,15 @@ CHANGELOG
3.1.0 (unreleased) 3.1.0 (unreleased)
------------------ ------------------
* Added Symfony Validator constraints support
Symfony Forms Symfony Forms
* Support for boolean checkbox * Support for boolean checkbox
* Support for integer * Support for integer
JMS Serializer JMS Serializer
* Support JMS `int` (alias for `integer`) * Support JMS `int` (alias for `integer`)
* Also process phpdoc annotations (if `phpdocumentor/reflection-docblock` is available) * Also process phpdoc annotations
SwaggerPHP SwaggerPHP
* Handle `enum` and `default` properties from SwaggerPHP annotation * Handle `enum` and `default` properties from SwaggerPHP annotation