From 1cde35c2345dfc80448b3f8b2e4237c65bfaab33 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Tue, 7 Jun 2022 19:06:33 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea399c5..2dca31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## 0.1.x on XX.06.2022 * Fixed a bug where entries in non-rated journal files were not properly picked up. +* Remove EDDB database usage. This feature could block the tool if it failed to convert + the JSON to something more usable, downloads took forever, and the tool itself could + run out of memory loading and converting JSON from EDDB. With automatic objective + detection this tool is no longer really needed. ## 0.1.2 on 06.04.2022