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:
-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