diff --git a/release-notes/index.dita b/release-notes/index.dita
index 29f6391e..c0cd719b 100644
--- a/release-notes/index.dita
+++ b/release-notes/index.dita
@@ -76,7 +76,9 @@
The log messages that appear in the command line interface have been revised to use more consistent
language, better explain the cause, and how the issue can be resolved.
#3973,
- #4287
+ #4287,
+ #4376,
+ #4387
The code that generates CLI error messages has been refactored to make it easier to override and
extend messages. The generated messages file is now sorted by ID to make it easier to locate individual
@@ -128,14 +130,16 @@
provided in DITA-OT 3.5 – 4.1, this release includes updated processing for
the latest draft versions of the DITA 2.0 grammar files from OASIS (as of ). #4359
-
+ />).
+ #4359
+
@@ -194,7 +198,8 @@
(section|example)/title elements has changed — the headLevel parameter
is now an integer (1 through 6) instead of a string (h1 through h6).
Existing custom code that uses this interface must be modified.
- #4330
+ #4330,
+ #4368
XSLT stylesheet headers have been updated from XSLT version 1.0 and 2.0 to version 3.0 to make
way for the use of XSLT3 features in future toolkit versions.
@@ -206,18 +211,14 @@
The Normalized DITA plug-in version 2.0 now uses map-first preprocessing for normalization.
#4382
-
- The PDF Theme plug-in version 0.7.2 applies the body line-height attribute
+ The PDF Theme plug-in version 0.7.2 applies the body line-height attribute
to block elements and provides basic styling support for table entries and cover page subtitles or
alternative titles.
- #4289
+ #4389
@@ -299,6 +300,14 @@
included.
#4357
+ In cases where key definitions were branch-filtered with
+ dvrResourcePrefix, earlier versions of the map-first preprocessing pipeline
+ failed to apply the resource prefix to the target file names. Key resolution code has been corrected to use
+ the filter-copy-to attribute instead of the href attribute. Once applied,
+ this temporary preprocessing attribute is removed during the map clean step.
+ #4369,
+ #4381
+
diff --git a/resources/reusable-components.dita b/resources/reusable-components.dita
index 426cddb2..ec1905d0 100644
--- a/resources/reusable-components.dita
+++ b/resources/reusable-components.dita
@@ -154,7 +154,7 @@
The internal extension points that run before or after individual steps in the
original preprocess pipeline (preprocess.*.pre/preprocess.*.post) are not
available in the newer map-first preprocessing pipeline (preprocess2), which is used in the PDF
- and HTML Help transformations as of DITA-OT 3.0, and in HTML5 as of DITA-OT 4.2.
+ and HTML Help transformations as of DITA-OT 3.0, and in HTML5 and Normalized DITA output as of DITA-OT 4.2.