summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-05-02 22:10:42 +0200
committerAndrey Kislyuk <kislyuk@gmail.com>2017-05-02 22:10:42 +0200
commit90eda08b9ce54da0c98bf146239000a2062d5ba5 (patch)
treeced6d638a2626d2dcd4b557fd0cd2aef1d272dbe
parentfc2fe20b880532b139d3a9e76c62a2d4f63011c2 (diff)
v2.1.0v2.1.0
-rw-r--r--Changes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes.rst b/Changes.rst
index e03b805..aa34b35 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,14 @@
+Changes for v2.1.0 (2017-05-02)
+===============================
+
+- yq now supports emitting YAML (round-trip YAML support) using "yq
+ -y". Fixes #2.
+
+- Key order is now preserved in mappings/objects/dictionaries.
+
+- Passing input files by filename as an argument is now supported (in
+ addition to providing data on standard input).
+
Changes for v2.0.2 (2017-01-16)
===============================