summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-01-07 20:43:07 +0300
committerMarat Radchenko <marat@slonopotamus.org>2024-01-07 20:43:07 +0300
commit7f7ef6330584fa00e2dd3288a78d8266ce97f45d (patch)
tree108252ef8bb7852cca5c07f92175c85226849a49 /CHANGELOG.adoc
parent1a296d25fd27b2cb04640107bc5900909eb78c4e (diff)
resolves #447 fix duplicate HTML IDs in case the same footnote is used multiple times
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 4c013d2..5339b17 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -12,6 +12,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* bump the oldest supported Asciidoctor to 2.0
* escape double quotes in alt text
* refactor `btn` styling to be more customizable (#450)
+* fix duplicate HTML IDs in case the same footnote is used multiple times (#447)
== 1.5.1 (2021-04-29) - @slonopotamus