Merge branch '4.0.x'

This commit is contained in:
Phillip Webb
2026-03-19 20:16:45 -07:00
@@ -220,7 +220,7 @@ class ChangelogWriter implements AutoCloseable {
}
private String escapeForTableCell(String content) {
return content.replace("|", "\\|");
return content.replace("|", "\\|").replace("%", "%%");
}
private void write(String format, Object... args) {