CHANGELOG.adoc in asciidoctor-fb2-0.3.0 vs CHANGELOG.adoc in asciidoctor-fb2-0.3.1
- old
+ new
@@ -1,12 +1,18 @@
= {project-name} Changelog
:project-name: Asciidoctor FB2
:project-handle: asciidoctor-fb2
-:slug: slonopotamus/{project-handle}
+:slug: asciidoctor/{project-handle}
:uri-project: https://github.com/{slug}
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-project}/commits/master[commit history] on GitHub.
+
+== 0.3.1 (2020-11-29) - @slonopotamus
+
+* fix crash on `+toc::[]+` macro
+* avoid adding `notes` body to FB2 if document doesn't have any footnotes
+* fix invalid XML syntax for table cells
== 0.3.0 (2020-11-25) - @slonopotamus
* output MIME type for FB2 embedded binary files. https://github.com/slonopotamus/asciidoctor-fb2/issues/19[#19]
* handle `+image:file[]+` syntax for `+:front-cover-image:+` document attribute. https://github.com/slonopotamus/asciidoctor-fb2/issues/19[#19]