From e15e2cf700f9099c32bacde4c326b5af84e80535 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Sun, 14 Aug 2016 22:28:50 +0800 Subject: [PATCH] Update CHANGES Signed-off-by: Syrone Wong --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 89ec1cb8..b16dbdb3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,14 @@ 3.2 2016-08-13 -- Add AES-CTR, blowfish and camellia ciphers support, including aes-256-ctr, aes-192-ctr, aes-128-ctr, bf-cfb, camellia-128-cfb, camellia-192-cfb and camellia-256-cfb. +- Add AES-CTR, blowfish and camellia ciphers support, + including aes-256-ctr, aes-192-ctr, aes-128-ctr, + bf-cfb, camellia-128-cfb, camellia-192-cfb + and camellia-256-cfb. - Support one-time authentication in ss urls for sharing - Support traffic chart and traffic icon - Add proxy support - Add verbose logging - Improve LogForm +- Delete log file when clicking "Clean Logs" in the LogForm - Bug fixes and improvements 3.1 2016-05-01