From 3f262284f3ce78ce23b4e3c8e9fed112fc56e37d Mon Sep 17 00:00:00 2001 From: Zhou Ya Date: Thu, 24 Nov 2016 13:57:31 +0800 Subject: add escalator cli framework JIRA:ESCALATOR-36 This patch will support escalatorclient,and this is just the frame of escalatorclient,with this code you can use 'python setup.py sdist' to generate escalatorclient package. Change-Id: Id7b602345f7cb78bb548b589d1297a201056699a Signed-off-by: Zhou Ya --- client/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/ChangeLog (limited to 'client/ChangeLog') diff --git a/client/ChangeLog b/client/ChangeLog new file mode 100644 index 0000000..5ea65ab --- /dev/null +++ b/client/ChangeLog @@ -0,0 +1,8 @@ +CHANGES +======= + +1.0.0 +------ + +* Add escalatorclient + -- cgit 1.2.3-korg