Undocumented change to the `File` type definition
blamario opened this issue · 1 comments
blamario commented
The File
type synonym used to be defined as a pair whose first component was lazy Text
. With version 0.21 it became strict Text
instead. I think this was a good change, except it's backward incompatible. There's no going back now, but it should be documented in the changelog.