diff options
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 18 |
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:: |
