change history rendering to start each change on its own line

Closes #114
This commit is contained in:
Matthew Flatt 2017-06-22 15:39:27 -06:00
parent c3d4ebc737
commit cf7f7f32b7

View File

@ -49,8 +49,7 @@
(define vers (history-entry-vers e))
(list (if (zero? i)
null
(list null ; needed to avoid " " dropped as whitespace
" "))
(list (linebreak)))
(history-entry-what e)
" in version "
vers