History.txt in yaml-write-stream-1.0.3 vs History.txt in yaml-write-stream-1.0.4

- old
+ new

@@ -14,5 +14,9 @@ * Fixed treatment of nils and blank strings. Nils should be written as blank entries while blank strings should be wrapped in quotes so YAML parsers know to return a blank string instead of a nil. Eg. foo: should parse as {"foo":nil} while foo: "" should parse as {"foo":""}. + +== 1.0.4 + +* Mapping values are now wrapped in double quotes by default