You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,7 @@ You may also prefer to write using guards:
293
293
294
294
#### IEx
295
295
296
+
*[IEx] Add `IEx.configure(auto_reload: true)` to automatically pick up modules recompiled from other operating system processes
296
297
*[IEx] Add `:dot_iex` support to `IEx.configure/1`
297
298
*[IEx] Add report for normal/shutdown exits in IEx
298
299
@@ -366,6 +367,8 @@ You may also prefer to write using guards:
366
367
#### Mix
367
368
368
369
*[mix cmd] Deprecate `mix cmd --app APP` in favor of `mix do --app APP`
370
+
*[mix compile]`:warnings_as_errors` configuration in `:elixirc_options` is deprecated. Instead pass the `--warnings-as-errors` flag to `mix compile`. Alternatively, you might alias the task: `aliases: [compile: "compile --warnings-as-errors"]`
371
+
*[mix test]`:warnings_as_errors` configuration in `:test_elixirc_options` is deprecated. Instead pass the `--warnings-as-errors` flag to `mix test`. Alternatively, you might alias the task: `aliases: [test: "test --warnings-as-errors"]`
369
372
*[Mix.Tasks.Compile] Deprecate `compilers/0` in favor of `Mix.Task.Compiler.compilers/0`
0 commit comments