From 10f882ddb2f37adb8efc47dd5ca1bdd9cfa36156 Mon Sep 17 00:00:00 2001 From: ZhidanLiu Date: Fri, 25 Mar 2022 16:53:56 +0800 Subject: [PATCH] add releasenotes for r1.7 --- RELEASE.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index c43a946..e878462 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,27 @@ +# MindArmour 1.7.0 + +## MindArmour 1.7.0 Release Notes + +### Major Features and Improvements + +#### Robustness + +* [STABLE] Real-World Robustness Evaluation Methods + +### API Change + +* `mindarmour.fuzz_testing.Fuzzer.fuzzing` interface's parameter `mutate_config` change supported range. ([!333](https://gitee.com/mindspore/mindarmour/pulls/333)) + +### Bug fixes + +* Update version of third-party dependence pillow from more than 6.2.0 to more than 7.2.0. ([!329](https://gitee.com/mindspore/mindarmour/pulls/329)) + +### Contributors + +Thanks goes to these wonderful people: + +Liu Zhidan, Zhang Shukun, Jin Xiulang, Liu Liu. + # MindArmour 1.6.0 ## MindArmour 1.6.0 Release Notes