Add changelog

This commit is contained in:
Roberto Mier Escandon 2020-02-24 20:41:33 +01:00 committed by Mike Farah
parent 954affea23
commit d22bfc241b

14
debian/changelog vendored
View File

@ -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 <rmescandon@gmail.com> 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. * 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 * Handles anchors! https://github.com/mikefarah/yq/issues/310, https://github.com/mikefarah/yq/issues/178