diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-18 21:11:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 21:11:55 -0600 |
| commit | 16404905a911eacb1e2ef521f694b8fd9cd5643e (patch) | |
| tree | 45723edf9986ca580f7ae1c1f9055af4437f41db /CHANGELOG.adoc | |
| parent | 8418082beaf2c4b5d658f1743905770c071b54e2 (diff) | |
resolves #2054 rename blockquote category key in theme to quote (PR #2055)
remap old key with warning for backwards compatibility
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6d9f8cbf..26295a2c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -82,6 +82,7 @@ Enhancements:: * extract `arrange_section` method to compute whether section title should be advanced to next page (#2023) * introduce `callout-list` category in theme to control font properties and item spacing of callout lists (#1722) * only indent inner paragraphs (paragraphs that follow an adjacent paragraph) if `prose-inner-text-indent` key is set in theme (#2034) +* rename `blockquote` category key in theme to `quote` and map old `blockquote-` prefix to `quote-` with warning for backwards compatibility (#2054) * rename `key` category key in theme to `kbd` and map old `key-` prefix to `kbd-` with warning for backwards compatibility (#2052) Bug Fixes:: |
