CHANGELOG: Add ransomware report API endpoint

This commit is contained in:
Shreya 2021-07-06 16:16:35 +05:30
parent 6d32f85120
commit c78c955551
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Scripts to build an AppImage for Monkey Island. #1069, #1090, #1136
- `log_level` option to server config. #1151
- A ransomware simulation payload. #1238
- API endpoint for ransomware report. #1297
### Changed
- server_config.json can be selected at runtime. #963