Merge pull request #1279 from phansys/changelog

Use "areas" instead of "routes" in example for `nelmio_api_doc.areas` at `CHANGELOG.md`
This commit is contained in:
Guilhem N 2018-04-04 13:40:33 +02:00 committed by GitHub
commit e71a952f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Config
```yml
nelmio_api_doc:
routes: [ host_patterns: [ ^api\. ] ]
areas: [ host_patterns: [ ^api\. ] ]
```
* Added dependency for "symfony/options-resolver:^3.4.4|^4.0"