pub fn render(changes: &[Change]) -> String
Pretty-print a change list to a single string. Empty list yields the literal string "(no changes)" so the CLI can show something rather than printing a blank section.
"(no changes)"