Remove line separator at the of Base64CoderMime>>encode: output
The output of Base64CoderMime>>encode: output included an extra line separator at the end and now it doesn't.
Reason for change
There was a bug in the calculation of the padding for the output of Base64CoderMime>>#encode: causing it to also include NUL bytes and to introduce unneeded line breaks at the end.
Action required
If you assumed the output included a line separator at the end, you'll need to add one manually.
Last modified date: 02/21/2025