aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-06-30 06:30:18 +0000
committerSatoshi Fujii <fujii-satoshi@jp.fujitsu.com>2021-06-30 06:37:00 +0000
commit56f4b548ed1399b97a19ced508568b04812515e6 (patch)
tree5b00703a458fa5e62920ce22f686bd128403f166 /Changelog.md
parent050acf2b98a82ecb707b69fc6ff4bef6f84b4bd8 (diff)
Remove extraneous parentheses
Removed unnecessary parentheses from code. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2837 Change-Id: I9a5f43a4bd894f44d0fc27c0841535faa79a39ac
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 3a3bbf8..8eec718 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [2.3.1.] - 19/06/2021
### Security
- Fixed SQL injection vulnerability
+### Changed
+- Cleanup code
+ - Removed extraneous parentheses
## [2.3.0.] - 18/06/2021