Add missing release notes

Change-Id: I6559398d26869ed092eedf5648eea23d89bcb81c
This commit is contained in:
Alexander Chadin 2018-02-08 16:18:42 +03:00
parent 76263f149a
commit 9fb5b2a4e7
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
features:
- Audits have 'name' field now, that is more friendly to end users.
Audit's name can't exceed 63 characters.

View File

@ -0,0 +1,6 @@
---
features:
- Watcher got an ability to calculate multiple global efficacy indicators
during audit's execution. Now global efficacy can be calculated for many
resource types (like volumes, instances, network) if strategy supports
efficacy indicators.

View File

@ -0,0 +1,5 @@
---
features:
- Added notifications about cancelling of action plan.
Now event based plugins know when action plan cancel
started and completed.