summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-22 23:07:20 -0600
committerGitHub <noreply@github.com>2023-04-22 23:07:20 -0600
commit4a70aa35b6942136e5238bd3d568b7ae9927b716 (patch)
treef205debe42fc54ad700e10f52a04c8cc4aef01ee /CHANGELOG.adoc
parent2f118a8e9f2ebdd8f50bf9df24b3d879e4171235 (diff)
resolves #4437 support notitle option on section as preferred alternative to untitled to hide title (PR #4440)
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a1a8f012..46c4e01c 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -43,6 +43,7 @@ Compliance::
* Disallow the use of the left square bracket in an attribute list on formatted text (#4306)
* Fix call order so use of an include file with invalid encoding continues to raise error when using Ruby >= 3.2.0
* Fix test assertion for fallback Rouge stylesheet to be compatible with Rouge 4.1 (#4406) (*@tmzullinger*)
+ * Support `notitle` option on section as alternative to `untitled` to hide title (#4437)
* Add support for Haml 6 to template converter (#4429)
* Drop support for Ruby < 2.5 and JRuby < 9.2
* Update latest Ruby to 3.2 in CI workflows