From d22bfc241b4fbd71117a77b241f4289287178c55 Mon Sep 17 00:00:00 2001 From: Roberto Mier Escandon Date: Mon, 24 Feb 2020 20:41:33 +0100 Subject: [PATCH] Add changelog --- debian/changelog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c4112c06..088df4a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,16 @@ -yq (3.1.1) eoan; urgency=medium +yq (3.1-1ubuntu1) eoan; urgency=medium + + * yq 3 was removing empty inline-style objects and arrays (Closes: #355) + * Merge option returned different output when switching order of merging files (Closes: #347) + * Add new object to existing array object was failing in 3.1.1 (Closes: #361) + * yq 3 empty keys did not allow merging of values (Closes: #356) + * keys quoted during merge (Closes: #363) + * Correct length with wc -l (Closes: #362) + * Write to empty document removed path (Closes: #359) + + -- Roberto Mier Escandon Mon, 24 Feb 2020 20:31:58 +0100 + +yq (3.1-1) eoan; urgency=medium * Keeps yaml comments and formatting, can specify yaml tags when updating. * Handles anchors! https://github.com/mikefarah/yq/issues/310, https://github.com/mikefarah/yq/issues/178