···4646- Fixed a bug where a record update's arguments would not be indented correctly.
4747- Fixed a bug where function call arguments, tuple items and list items would be
4848 needlessly indented if preceded by a comment.
4949-- Fixed a bug where empty lines would be removed incorrectly with CRLF line
5050- endings or trailing white space.
4949+- Line endings other than `\n` are now handled by the formatter, preserving
5050+ blank lines and converting them to `\n`.
51515252### Build tool
5353