aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-12 05:21:57 +0000
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-10-15 02:51:43 +0000
commit8e86bb7817a272fa8d1c6ecc16435e1324326ac0 (patch)
treeb0ececd4dacf7f4b2841f8fe1dd545452f66cc02 /Changelog.md
parentb681828aacf0f0bf516d539a70be74d556206062 (diff)
Remove unused code
config_notif.py is not referenced from main code and not used at all. Also tests/HB_Array.json is not used by any test. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2939 Change-Id: I6d462a406e2d36d0243f4a72b7faac2f79e353d9
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index b40916e..54a6970 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,11 @@ 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/).
+## [2.4.0] - 2021/10/12
+### Changed
+- [DCAEGEN2-2939] Removed unused code (config\_notif.py)
+
+
## [2.3.1.] - 2021/06/19
### Security
- Fixed SQL injection vulnerability