aeson-yaml-1.0.1.0: CHANGELOG.md
# Changelog
## 1.0.1.0 - 2019-10-15
### Added
- `encodeQuoted`: Encodes with all keys/strings quoted
- `encodeQuotedDocuments`: Encodes documents with all keys/strings quoted
### Changed
- Simple strings (scalars) are now written unquoted.
- Multi-line strings (with trailing newlines) are now written as literal
block scalars.
## 1.0.0.0 - 2019-09-30
Initial version