summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-24 20:13:45 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-24 20:13:45 -0600
commit1b8d1384d76c950a2966def6312aa1cfb56cc5b2 (patch)
treea73636ad43b44124f2da8878816c0a1798e83e2f
parentec35325e980281d5d0a41541dd2164731f263ba1 (diff)
important CHANGELOG entries from 2.3.8 release [no ci]
-rw-r--r--CHANGELOG.adoc18
1 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 1ec06642..b0cd9a7f 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -37,12 +37,9 @@ Improvements::
* process `pre-wrap` role in text formatter
* drop support for the unmaintained payment font (`pf`) for use in font-based icons
* refactor formatted text transform to simplify how inner space is collapsed; verify only inner hard breaks are preserved
-* do not attempt to fit inline image in normal table cell to computed height of cell (#2428)
-* support `fit=none` attribute on inline image to prevent image from being scaled down to fit available height (#2428)
Bug Fixes::
-* remove null character enclosed in XML tag when santizing text; fixes invisible text in outline when heading contains index term (#2430)
* correctly map all icons from FontAwesome 4 (#2373)
* resolve remote image in document title or section title with autogenerated ID
* keep caret between items in menu macro with previous item if items wrap
@@ -53,8 +50,23 @@ Bug Fixes::
* don't crash if page background image value is empty (interpret as "none")
* prevent special character substitution from interfering with callouts in plain verbatim block (#2390)
* remove deprecated, undocumented `svg-font-family` theme key (the correct key is `svg-fallback-font-family`)
+
+== 2.3.8 (2023-06-25) - @mojavelinux
+
+Improvements::
+
+* do not attempt to fit inline image in normal table cell to computed height of cell (#2428)
+* support `fit=none` attribute on inline image to prevent image from being scaled down to fit available height (#2428)
+
+Bug Fixes::
+
+* remove null character enclosed in XML tag when santizing text; fixes invisible text in outline when heading contains index term (#2430)
* alias `File.exists?` to `File.exist?` when loading RGhost optimizer to patch incompatibility when using Ruby 3.2
+Build / Infrastructure::
+
+* bump upper Ruby version from 3.1 to 3.2 in CI workflow
+
== 2.3.7 (2023-04-16) - @mojavelinux
Bug Fixes::