summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-10-04 23:56:29 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-10-05 03:53:01 -0600
commit0bbc3ef717620180fc0f8b1a708cef6147a3a2e2 (patch)
treeb414715134c5efc0e8581be4706235b10d8303f6
parent56c3aa35a861a537ced2fd300a10b270064e41f2 (diff)
add missing detail about ifndef directive to CHANGELOG
-rw-r--r--CHANGELOG.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index fa94e862..e6b47b4b 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -1052,7 +1052,7 @@ Compliance::
* retain block content in items of callout list when converting to HTML and man page (#1478)
* only substitute specialchars for content in literal table cells (#1912)
- * fix operator logic for ifndef directive with multiple attributes (#1983)
+ * fix operator logic for ifndef directive with multiple attributes to align with behavior of AsciiDoc.py; when attributes are separated by commas, content is only included if none of the attributes listed are set; when attributes are separated by pluses, content is included if at least one of the attributes is not set (#1983)
* only recognize uniform underline for setext section title (#2083)
* don't match headings with mixed leading characters (#2074)
* fix layout break from matching lines it shouldn't