summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/Changelog.md
diff options
context:
space:
mode:
authorERIMROB <robertas.rimkus@est.tech>2020-02-27 10:05:37 +0000
committerERIMROB <robertas.rimkus@est.tech>2020-03-23 14:17:18 +0000
commitb074a929a43629a5d4ced09f1ebe4106241d776f (patch)
treeed2477888b4b5091736be7209b332ee2c43ab58b /components/pm-subscription-handler/Changelog.md
parent06ab83c7455d6474548d63a146754748f830922c (diff)
[PMSH] Refactor subscription processor and policy response handler
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: I91964848df8f7455169650b138b46d8dfc326b6f Issue-ID: DCAEGEN2-1820
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.