summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-27 14:36:44 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-04-27 14:36:44 -0600
commite6174c9d6ec277161bb0309692792ca5333d36ea (patch)
treeeef66025ab2073dd23ff44d679854e5d6d17feb1 /docs
parenta9edcf843edf71e097a38831cd7595b712ee337d (diff)
add entry for 2.0.15 release to what's new page
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/whats-new.adoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc
index b0c62f50..3db3b9c5 100644
--- a/docs/modules/ROOT/pages/whats-new.adoc
+++ b/docs/modules/ROOT/pages/whats-new.adoc
@@ -10,6 +10,28 @@ The releases are ordered from newest to oldest.
_**Cumulative issues resolved:** {url-milestone}[2.0.x^]_
+= Asciidoctor 2.0.15
+
+_**Release date:** 2021.04.27_
+
+== Bug Fixes
+
+* Don't include trailing period, question mark, or exclamation point in target (URL) of autolink (#3860)
+* Don't assign nil value to named attribute mapped to absent positional attribute when parsing attrlist (#4033)
+* Remove leading and trailing spaces around role on inline phrase (#4035)
+* Ignore empty role on inline phrase defined using legacy syntax and followed by comma (#4035)
+* Use xreftext on document as fallback link text in HTML output for inter-document xref that resolves to current document when no link text is provided (#4032)
+* Use xreftext on document as fallback link text in HTML output for internal xref with empty fragment when no link text is provided (#4032)
+* Use document ID as linkend in DocBook output for internal xref with empty fragment; auto-generating one if necessary (#4032)
+
+== Improvements
+
+* Format keyboard references in monospace in manpage output
+
+== Build and infrastructure
+
+* Get remaining invoker tests working on JRuby 9.1 for Windows
+
= Asciidoctor 2.0.14
_**Release date:** 2021.04.19_