From 4640a760ff46cbe21bd30ea98a16253fba7dfb0e Mon Sep 17 00:00:00 2001 From: shreyamalviya Date: Thu, 20 May 2021 16:53:31 +0530 Subject: [PATCH] Update CHANGELOG (create data dir on island init) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3021263d4..4cd76b3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Improved the structure of unit tests by scoping fixtures only to relevant modules instead of having a one huge fixture file, improved and renamed the directory structure of unit tests and unit test infrastructure. #1178 +- Create/check data directory on Island init. #1170 ### Removed - Relevant dead code as reported by Vulture. #1149