From 78f25575c3423c5c2ecfffe1fe7897b29597f350 Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Mon, 24 May 2021 16:23:04 +1000 Subject: [PATCH] Resolve changelog conflict --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0a468313c..6487a304d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -371,6 +371,9 @@ Fixes: * :doc:`/plugins/lyrics`: Fix crashes for Tekstowo false positives :bug:`3904` * :doc`/reference/cli`: Remove reference to rarfile version in link +* Fix :bug:`2873`. Duplicates can now generate checksums. Thanks user:`wisp3rwind` + for the pointer to how to solve. Thanks to :user:`arogl`. + For plugin developers: