template: update changelog

This commit is contained in:
Andrew Sultana 2021-06-16 16:50:09 +01:00
parent 86e11fb582
commit 4c86520479

View file

@ -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: