Skip to content

Commit 9df42f5

Browse files
committed
Update CHANGELOG
1 parent c6597bc commit 9df42f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ You may also prefer to write using guards:
293293

294294
#### IEx
295295

296+
* [IEx] Add `IEx.configure(auto_reload: true)` to automatically pick up modules recompiled from other operating system processes
296297
* [IEx] Add `:dot_iex` support to `IEx.configure/1`
297298
* [IEx] Add report for normal/shutdown exits in IEx
298299

@@ -366,6 +367,8 @@ You may also prefer to write using guards:
366367
#### Mix
367368

368369
* [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"]`
369372
* [Mix.Tasks.Compile] Deprecate `compilers/0` in favor of `Mix.Task.Compiler.compilers/0`
370373

371374
## v1.17

0 commit comments

Comments
 (0)