newline in !appendfile
I just noticed that when used with !appendfile, $\n wil produce CR+LF in 2.46 but only LF in 3.0b1. I'm a bit tired so maybe I missed it but I don't see this change documented. It can be a problem when writing code that's supposed to be backwards compatible because using $\r$\n will produce CR+CR+LF in v2 (although this is probably not a problem for most practical purposes).