summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-11-13 01:46:32 -0700
committerDan Allen <dan.j.allen@gmail.com>2023-11-13 01:46:32 -0700
commitfd0e92a78b18e974a567b0ef798d99bbbb8c6acc (patch)
tree0306a7e483a1ebe8b12ca33004f2de6a5a927f95
parent9a54c6a1b9e45fd0aeabb326f8aa6e59e013e611 (diff)
add missing CHANGELOG entry for #4493
-rw-r--r--CHANGELOG.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index ad099fd3..45dcb522 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -39,6 +39,7 @@ Enhancements::
Compliance::
+ * Support logger in Ruby 3.3 by properly initialize super class (#4493) (*@mtasaka*)
* Don't promote level-0 special section at start of document to document title (#4151)
* Disallow the use of dot (`.`) in the name of a named element attribute (#4147)
* Disallow the use of the left square bracket in an attribute list on formatted text (#4306)