From 753f66882242d71b98721771ef604090f04372c5 Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Mon, 29 Apr 2024 14:59:24 +0200 Subject: [PATCH] Fix referenced issue Closes #937 --- core/src/main/resources/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/changelog.yaml b/core/src/main/resources/changelog.yaml index e66b4be85..3ea33f119 100644 --- a/core/src/main/resources/changelog.yaml +++ b/core/src/main/resources/changelog.yaml @@ -16,7 +16,7 @@ - type: "feature" text: "I've completely rewritten the wrapper for windows. It's not a packaged python script anymore but an actually compiled binary. This has a couple of benefits: No more false positives from virus scanners (VirusTotal shows 5/72). No more temporary files not being cleaned up after a crash. The files are (a bit) smaller.\nI don't plan to compile the wrapper for anything but windows as it makes more sense and is easier to run the python wrapper instead." - type: "feature" - text: "The temp folder can be set using the environment variable NZBHYDRA_TEMP_FOLDER. See #984" + text: "The temp folder can be set using the environment variable NZBHYDRA_TEMP_FOLDER. See #894" - type: "fix" text: "IPs or usernames were not shown in the history. See #932" - type: "fix"