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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -305,17 +305,17 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
305
305
*[mix] Allow requirements for a Mix task to be listed via the `@requirements` module attribute
306
306
*[mix] Allow optional dependencies to be defined in `:extra_applications` and `:applications`
307
307
*[mix app.config] Add new `mix app.config` task that compiles applications and loads runtime configuration
308
-
*[mix archive.install] Support `--repo` option on hex packages
308
+
*[mix archive.install] Support `--repo` option on Hex packages
309
309
*[mix compile] Support the `__mix_recompile__?/0` callback for custom behaviour on when Mix should recompile a given module
310
310
*[mix compile.elixir] Mark modules for path dependencies as "Export dependencies" if they changed but their public interface is the same
311
311
*[mix compile.elixir] Track application boundaries in the Elixir compiler. If you invoke code from Erlang or Elixir standard libraries and you don't depend on the proper applications, a warning will be emitted. A warning will also be emitted if you invoke code from an umbrella sibling that you don't depend on - effectively forbidding cyclic dependencies between apps
312
312
*[mix deps] Sort the dependencies alphabetically before printing
313
-
*[mix deps] Use `origin/HEAD` as the default git ref in dependencies
313
+
*[mix deps] Use `origin/HEAD` as the default Git ref in dependencies
314
314
*[mix deps] Redact Git `username`/`password` in output log
315
315
*[mix deps] Support rebar3's `git_subdir` resource type
316
316
*[mix deps.compile] Allow local deps to be skipped on `mix deps.compile`
317
317
*[mix deps.unlock] Print which dependencies get unlocked when using the `--unused` flag
318
-
*[mix escript.install] Support `--repo` option on hex packages
318
+
*[mix escript.install] Support `--repo` option on Hex packages
319
319
*[mix new] Add `@impl` to application generated by `mix new --sup`
320
320
*[mix release] Enable overriding `sys.config` location via `RELEASE_SYS_CONFIG` env var
321
321
*[mix release] Boot a release under configuration in interactive mode and then swap to embedded mode (if running on Erlang/OTP 23+)
0 commit comments