Add :migrate_call_parens_on_pipe formatter option
Add :indentation option to Code.string_to_quoted/2
Return error on invalid unicode sequences in Code.string_to_quoted/2 instead of raising
Properly handle column annotation for in in not in expressions
Warn if line-break characters outside of \r and \r\n are found in strings according to UX#55. This warning will be fast-tracked into an error for security reasons in Elixir v1.20, following a similar rule to bidirectional control characters. They will already raise if found in comments
The on_undefined_variable: :warn is deprecated. Relying on undefined variables becoming function calls will not be supported in the future