It's nice to see the entire change's message (both title and description) for more context into why the change was made.
GUNVHCG3GTVBGGODDAHVZ5W552BS2IQEOKMAFGFNRTCZR6EPYWJAC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
} if let Some(desc) = change.description { writeln!(v).unwrap(); for l in desc.lines() { writeln!(v, " {}", l).unwrap(); }
}
if let Some(desc) = change.description {
writeln!(v).unwrap();
for l in desc.lines() {
writeln!(v, " {}", l).unwrap();