File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,34 @@ These additions offer greater transparency into the components and licenses of e
194194
195195This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosystem Foundation.
196196
197+ ## v1.19.0-rc.1
198+
199+ ### 1. Enhancements
200+
201+ #### Elixir
202+
203+ * [ Kernel] Raise when U+2028 and U+2029 characters are present in comments and strings to avoid line spoofing attacks
204+ * [ Macro] Add ` __escape__/1 ` callback so structs can escape references and other runtime data types in ` Macro.escape/1 `
205+ * [ OptionParser] Support the ` :regex ` type
206+ * [ OptionParser] Enhance parsing error to display available options
207+
208+ #### Mix
209+
210+ * [ mix format] Add options to mix format to allow excluding of files
211+ * [ mix test] Add ` --name-pattern ` option to ` mix test `
212+ * [ Mix.install/2] Support the ` :compilers ` option
213+
214+ ### 2. Bug fixes
215+
216+ #### Elixir
217+
218+ * [ Code] Return error on invalid unicode sequences in ` Code.string_to_quoted/2 ` instead of raising
219+ * [ Kernel] Properly increment metadata newline when ` ? ` is followed ny a literal newline character
220+
221+ #### ExUnit
222+
223+ * [ ExUnit.Assertions] Fix order in ExUnit results when listing pinned variables
224+
197225## v1.19.0-rc.0 (2025-06-09)
198226
199227### 1. Enhancements
You can’t perform that action at this time.
0 commit comments