Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-15 12:46:36 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-15 12:46:36 +0300
commit468ec50ed445766dcda04b8e7433c7fd58063c2a (patch)
treed5629100e780e1e394db27143d7ec4097f25c93b
parentcaad938672bab9f51291a07f39f82e463fd2d0b6 (diff)
Add all changes made in v0.4.0v0.4.0
Signed-off-by: Matthias Held <matthias.held@uni-konstanz.de>
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57f3a08..78298d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.4.0
+
+### Added
+
+- Added more unit tests.
+
+### Changed
+
+- Simplified sequence classification and color coding.
+- Improved code quality.
+- Improved file corruption analysis.
+- Extended list of file signatures.
+
+### Fixed
+
+- Fixed many minor bugs in the documentation, the code and the tests.
+
## 0.3.3
### Added