yaml 0.8.21 → 0.8.21.1
raw patch · 4 files changed
+8/−1 lines, 4 files
Files
- ChangeLog.md +4/−0
- test/resources/empty.yaml +0/−0
- test/resources/empty2.yaml +1/−0
- yaml.cabal +3/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.8.21.1++* Add missing test files [#102](https://github.com/snoyberg/yaml/pull/102)+ ## 0.8.21 * Decode empty inputs as Null [#101](https://github.com/snoyberg/yaml/pull/101)
+ test/resources/empty.yaml view
+ test/resources/empty2.yaml view
@@ -0,0 +1,1 @@+# comment
yaml.cabal view
@@ -1,5 +1,5 @@ name: yaml-version: 0.8.21+version: 0.8.21.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov@@ -23,6 +23,8 @@ test/resources/accent/foo.yaml test/resources/loop/foo.yaml test/resources/loop/bar.yaml+ test/resources/empty.yaml+ test/resources/empty2.yaml README.md ChangeLog.md