summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorTina Müller <cpan2@tinita.de>2020-06-01 21:38:38 +0200
committerTina Müller <cpan2@tinita.de>2020-06-01 23:19:50 +0200
commit2c891fc7a770e8ba2fec34fc6b545c672beb37e6 (patch)
tree2425bd5c19e2fae007cf12fed7991c066d9b47f6 /Changes
parentd12ce2aa8851d3bf75fd57dd1758181210b16456 (diff)
downloadlibyaml-git-2c891fc7a770e8ba2fec34fc6b545c672beb37e6.tar.gz
Changes for v0.2.5 release0.2.5release/0.2.5
Diffstat (limited to 'Changes')
-rw-r--r--Changes26
1 files changed, 26 insertions, 0 deletions
diff --git a/Changes b/Changes
index ae6f436..e4b96ed 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,29 @@
+0.2.5 2020-06-01
+
+https://github.com/yaml/libyaml/pull/105
+Allow question marks in plain scalars in flow collections
+
+https://github.com/yaml/libyaml/pull/186
+Emitter: Don't output trailing space for empty scalar nodes
+
+https://github.com/yaml/libyaml/pull/185
+Emitter: Output space after an alias mapping key
+
+https://github.com/yaml/libyaml/pull/187
+Add -h and --flow (on|off|keep) to run-*-test-suite
+
+https://github.com/yaml/libyaml/pull/182
+Remove unnecessary include and malloc
+
+https://github.com/yaml/libyaml/pull/177
+Add specific files back to .gitignore
+
+https://github.com/yaml/libyaml/pull/181
+Output error position in run-parser-test-suite.c
+
+https://github.com/yaml/libyaml/pull/191
+A couple patches to improve test suite support
+
0.2.4 2020-04-19
- https://github.com/yaml/libyaml/pull/143