diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-08 23:59:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-09 00:09:41 -0600 |
| commit | fe45a050bb4ece09514b0b41029f68079ab79489 (patch) | |
| tree | 16a2bb9e0b2345c7714af30883c3ab9043d4ddc2 | |
| parent | 27df281723eaa02af56993d744be869d7d2b65b5 (diff) | |
import CHANGELOG entry for 2.3.6 release
| -rw-r--r-- | CHANGELOG.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f3a905ff..8bfc7433 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -48,8 +48,17 @@ 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.6 (2023-04-09) - @mojavelinux + +Bug Fixes:: + * rework `File.absolute_path?` patch so it returns correct response when running on JRuby +=== Details + +{url-repo}/releases/tag/v2.3.6[git tag] | {url-repo}/compare/v2.3.5\...v2.3.6[full diff] + == 2.3.5 (2023-03-31) - @mojavelinux Enhancements:: |
