summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/Changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'components/kpi-computation-ms/Changelog.md')
-rw-r--r--components/kpi-computation-ms/Changelog.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/components/kpi-computation-ms/Changelog.md b/components/kpi-computation-ms/Changelog.md
index 357ea9d2..a5dfd969 100644
--- a/components/kpi-computation-ms/Changelog.md
+++ b/components/kpi-computation-ms/Changelog.md
@@ -5,8 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [1.0.1]
+## [1.0.2]
### Changed
-* Migrating the kpi.policy from app-config file to separate policy module (DCAEGEN2-2835)
+* [DCAEGEN2-2972]
+1) Ability to define KPIs using multiple PM event fields Operands.
+2) Enhance KpiComputation for RATIO operation.
+3) Ability to compute each Cell data separately in response to incoming single VesEvents for multiple Cells and trigger multiple events post KpiComputation.
+## [1.0.1]
+### Changed
+* Migrating the kpi.policy from app-config file to separate policy module (DCAEGEN2-2835)