add changelog for the DUMP_OBJECT_AS_MAP flag

This commit is contained in:
Christian Flothmann 2017-04-12 21:06:01 +02:00
parent 766ae29f85
commit 8fd3602d83

View File

@ -20,6 +20,9 @@ CHANGELOG
3.1.0
-----
* Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
* Strings that are not UTF-8 encoded will be dumped as base64 encoded binary
data.