pull/35191/head
Andy Wilkinson 1 year ago
parent 83d5d89efc
commit fc8a8d363f

@ -89,7 +89,7 @@ class ChangelogWriter implements AutoCloseable {
private void writeDeprecated(List<Difference> differences) { private void writeDeprecated(List<Difference> differences) {
List<Difference> rows = sortProperties(differences, Difference::newProperty).stream() List<Difference> rows = sortProperties(differences, Difference::newProperty).stream()
.filter(this::isDeprecatedInRelease) .filter(this::isDeprecatedInRelease)
.collect(Collectors.toList()); .toList();
writeTable("| Key | Replacement | Reason", rows, this::writeDeprecated); writeTable("| Key | Replacement | Reason", rows, this::writeDeprecated);
} }

Loading…
Cancel
Save