From 7e64c90d4fa0ee8f0041e0f335bacde5ad678528 Mon Sep 17 00:00:00 2001 From: Yujian Zhu Date: Mon, 11 Dec 2017 15:37:25 +0800 Subject: [PATCH] Update CHANGES --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES b/CHANGES index 9d6d465..9fe13f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,19 @@ +v0.3.2, Dec 11, 2017 +-------------------- + +**Bug Fix** + * Fix the problem that some monitoring data are used before initialnizing. + * Add some error message when start service failed. + * Add npm registry. + +**Improvement** + * [#277] Support egress and ingress qos rate limiting. + * [#277] Support network and ports mappings billings. + * Support network monitoring. + * Limit the number of users' vnodes by ip addresses. + * Add billing detail and billing history detail + * Replace lxc-info with lxc.Container.get_cgroup_item() + v0.3.0, Sep 29, 2017 --------------------