diff options
Diffstat (limited to 'node_modules/js-yaml/CHANGELOG.md')
-rw-r--r-- | node_modules/js-yaml/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/js-yaml/CHANGELOG.md b/node_modules/js-yaml/CHANGELOG.md index ab7473643..1f31dfe60 100644 --- a/node_modules/js-yaml/CHANGELOG.md +++ b/node_modules/js-yaml/CHANGELOG.md @@ -1,3 +1,10 @@ +3.10.0 / 2017-09-10 +------------------- + +- Fix `condenseFlow` output (quote keys for sure, instead of spaces), #371, #370. +- Dump astrals as codepoints instead of surrogate pair, #368. + + 3.9.1 / 2017-07-08 ------------------ |