summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-05-15 17:03:28 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-05-15 17:03:28 -0600
commit250bd943dbeb3934c1b7718cc08124cb3f19c06f (patch)
treea81348fa3570a35e4ac3940c73641c8596982826 /docs
parent113e7e8049885ac972d8f95f582ca3c74924e27b (diff)
add release notes for 2.0.18 to what's new page
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/whats-new.adoc21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc
index 270f1001..dd5e8ea2 100644
--- a/docs/modules/ROOT/pages/whats-new.adoc
+++ b/docs/modules/ROOT/pages/whats-new.adoc
@@ -11,6 +11,27 @@ The releases are ordered from newest to oldest.
_**Cumulative issues resolved:** {url-milestone}[2.0.x^]_
+= Asciidoctor 2.0.18
+
+_**Release date:** 2022.10.15_
+
+== Bug Fixes
+
+* Change internal `uriish?` helper to only detect a URI pattern at start of a string; avoids misleading messages (#4357)
+* Prevent highlight.js warning when no language is set on source block; don't call `highlightBlock` if `data-lang` attribute is absent (#4263)
+* Don't raise error if `Asciidoctor::Extensions.unregister` is called before groups are initialized (#4270)
+* If path is included both partially and fully, store it with true value (included fully) in includes table of document catalog
+* Reset registry if activate is called on it again (#4256)
+* Format source location in exception message when extension code is malformed
+* Fix lineno on reader when `skip-front-matter` attribute is set but end of front matter is not found
+* Fix `Asciidoctor::Cli::Invoker` constructor when first argument is a hash
+* Update default stylesheet to honor marker on unordered list when marker is defined on ancestor unordered list (#4361)
+
+== Improvements
+
+* Propagate `:to_dir` option to document of AsciiDoc table cell (#4297)
+* Force encoding of attribute data passed via CLI to UTF-8 if transcoding fails (#4351) (*@zkaip*)
+
= Asciidoctor 2.0.17
_**Release date:** 2022.01.05_