File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
This document provides a high-level view of the changes to the {project-name} by release.
6
6
For a detailed view of what has changed, refer to the {url-repo} /commits/main[commit history] on GitHub.
7
7
8
- == Unreleased
8
+ == 2.1.5 (2022-07-10) - @mojavelinux
9
9
10
10
Bug Fixes::
11
11
12
12
* fix position of background color on caption with outside margin (#2271)
13
13
* don't allow font scale to compound when entering nested table (#2276)
14
14
15
+ === Details
16
+
17
+ {url-repo}/releases/tag/v2.1.5[git tag] | {url-repo}/compare/v2.1.4\...v2.1.5[full diff]
18
+
15
19
== 2.1.4 (2022-06-26) - @mojavelinux
16
20
17
21
Improvements::
Original file line number Diff line number Diff line change 1
1
= Asciidoctor PDF: A native PDF converter for AsciiDoc
2
2
Dan Allen <https: //github.com /mojavelinux[@mojavelinux] >; Sarah White <https: //github.com /graphitefriction[@graphitefriction] >
3
- v2.1.4 , 2022-06-26
3
+ v2.1.5 , 2022-07-10
4
4
// Settings:
5
5
:experimental:
6
6
:idprefix:
Original file line number Diff line number Diff line change 1
1
name : pdf-converter
2
2
title : Asciidoctor PDF
3
- version : ' 2.1'
3
+ version : ' 2.1.5 '
4
4
prerelease : false
5
5
asciidoc :
6
6
attributes :
Original file line number Diff line number Diff line change 2
2
3
3
module Asciidoctor
4
4
module PDF
5
- VERSION = '2.1.4 '
5
+ VERSION = '2.1.5 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments