summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authorJoseph O'Leary <joseph.o.leary@est.tech>2020-03-25 10:01:25 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 10:01:25 +0000
commit8bfed3e53e55f711b1eb7d9cca696b3519658842 (patch)
tree05392eb99c110f48c0fc9d4e14950e566bdee678 /components/pm-subscription-handler/Changelog.md
parent66c3554a51d7af0723261f26fa483f261086e6de (diff)
parentb074a929a43629a5d4ced09f1ebe4106241d776f (diff)
Merge "[PMSH] Refactor subscription processor and policy response handler"
Diffstat (limited to 'components/pm-subscription-handler/Changelog.md')
-rw-r--r--components/pm-subscription-handler/Changelog.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/components/pm-subscription-handler/Changelog.md b/components/pm-subscription-handler/Changelog.md
index 87c282ff..0a849bab 100644
--- a/components/pm-subscription-handler/Changelog.md
+++ b/components/pm-subscription-handler/Changelog.md
@@ -1,7 +1,20 @@
# Change Log
+
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.0] - 11/4/2019 \ No newline at end of file
+## [1.0.2]
+### Changed
+* Moved subscription processing from main into its own subscription_handler module
+* Removed policy response handling functions from pmsh_utils and introduced policy_response_handler
+* Network function filter now resides in network_function instead of subscription
+
+## [1.0.1]
+### Fixed
+* Fixed Deletion of Network Function
+
+## [1.0.0]
+
+* Initial release of the PM Subscription Handler.