From 8d4bbff2141db22cb7b58fd64d1e851e748fafa0 Mon Sep 17 00:00:00 2001 From: sshaw Date: Sat, 28 Jan 2017 15:39:21 -0500 Subject: [PATCH] Update Changes --- Changes | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 55fc3dd..e12f058 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,27 @@ +v0.2.0 2017-XX-XX +-------------------- +Changes: +* Drop support for Ruby 1.8.7 +* Status command returns an Array of Hashes +* Upload command returns true on success, not the command's output + +Enhancements: +* Support for statusAll mode +* Status command XML parser + +Bug Fixes: +* Status command only returned a single component status + +This release was brought to you by press9 media solutions berlin - http://press9.de. +Thanks press9! + v0.1.3 2015-03-31 -------------------- Enhancements: -* Add the :batch option to support batch operations (thanks to press9 media solutions berlin - press9.de) +* Add the :batch option to support batch operations + +This release was brought to you by press9 media solutions berlin - http://press9.de. +Thanks press9! v0.1.2 2015-03-07 --------------------