From 05a368e53456111402472ca4f4fdadf283d2f873 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 31 Mar 2021 12:07:20 -0400 Subject: [PATCH] Update CHANGELOG.md to include AppImage changes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcec5d8e9..264e65efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- A runtime-configurable option to specify a data directory where runtime + configuration and other artifacts can be stored. #994 +- Scripts to build a prototype AppImage for Monkey Island. #1069 + +### Changed +- server_config.json can be selected at runtime. #963 +- Logger configuration can be selected at runtime. #971 +- `mongo_key.bin` file location can be selected at runtime. #994 +- Monkey agents are stored in the configurable data_dir when monkey is "run + from the island". #997