diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-06-05 01:59:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 01:59:54 -0600 |
| commit | 25f6b7c9081ee8e6ef0aaad6e338ba29caadf057 (patch) | |
| tree | b13b4c73212b5499e3ff07f0fb9fe9a56141a4a0 /CHANGELOG.adoc | |
| parent | ca47ad79c9f99b55a072a5759618f1acff7bba9c (diff) | |
resolves #4461 wrap target of link used in place of include directive in inline passthrough when it contains spaces (PR #4463)
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 034a4637..b225f7f5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -62,6 +62,10 @@ Improvements:: * Add single and double role hint to `<quote>` tag in DocBook output (#2947) * Use safe navigation to avoid crashing when querying for extensions +Bug Fixes:: + + * Escape spaces in include target (using inline passthrough) when generating link from include directive (#4461) + == 2.0.20 (2023-05-18) - @mojavelinux Bug Fixes:: |
