From 4c865204798dd9be62108cd35270e29c7e87fc1b Mon Sep 17 00:00:00 2001 From: Andrew Sultana Date: Wed, 16 Jun 2021 16:50:09 +0100 Subject: [PATCH] template: update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 26cf39ee6..69e2f01a7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -377,6 +377,9 @@ Fixes: * :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`. +* Templates that use ``%ifdef`` now produce the expected behavior when used in + conjunction with non-string fields from the :doc:`/plugins/types`. + :bug:`3852` For plugin developers: