diff options
author | 2020-03-25 10:05:35 +0000 | |
---|---|---|
committer | 2020-03-25 11:38:36 +0000 | |
commit | 03e058dbd9e298eda2ce4fcb3a5babaf08434cf5 (patch) | |
tree | b3ba5a1251f50cdd369ad22439b8745e0aa6c182 /components/pm-subscription-handler/Changelog.md | |
parent | 8bfed3e53e55f711b1eb7d9cca696b3519658842 (diff) |
Handle graceful exit of PMSH1.0.2
Issue-ID: DCAEGEN2-1832
Change-Id: If0362e1927f7013d25f0cf23ade5ce9d2bdea8e3
Signed-off-by: emartin <ephraim.martin@est.tech>
Diffstat (limited to 'components/pm-subscription-handler/Changelog.md')
-rw-r--r-- | components/pm-subscription-handler/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/Changelog.md b/components/pm-subscription-handler/Changelog.md index 0a849bab..0542d131 100644 --- a/components/pm-subscription-handler/Changelog.md +++ b/components/pm-subscription-handler/Changelog.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * 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 +* Added graceful handling upon receiving SIGTERM signal ## [1.0.1] ### Fixed |