diff options
| author | John MacFarlane <[email protected]> | 2022-01-12 18:46:29 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-12 18:46:29 -0800 |
| commit | d8deb8b6c3afd7f34655dbb15d44c56cf24221b5 (patch) | |
| tree | cb79768e9cec181fda0335c82da88525150d5f69 | |
| parent | 1c2bf24476b23f7bac00949c1b7c2cea3c02b06f (diff) | |
Fix typo in changelog.
| -rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 7d4a248ae..d28fdbd90 100644 --- a/changelog.md +++ b/changelog.md @@ -42,7 +42,7 @@ Previously `@item [p. 12; @item2]` was incorrectly parsed as three citations rather than two. This is now fixed by ensuring that `prefix` doesn't gobble any semicolons. - + Revert changes to `inlinesInBlanacedBrackets` (commit fa83246), + + Revert changes to `inlinesInBalancedBrackets` (commit fa83246), which caused regressions. + Improve detection of pipe table line widths (#7713). Fixed calculation of maximum column widths in pipe tables. It is |
