Skip to content

Commit 475b73b

Browse files
Use proper casing in CHANGELOG (#10331)
1 parent 3cf6069 commit 475b73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,17 +305,17 @@ Mix also includes two new tasks: `mix app.config`, for application runtime confi
305305
* [mix] Allow requirements for a Mix task to be listed via the `@requirements` module attribute
306306
* [mix] Allow optional dependencies to be defined in `:extra_applications` and `:applications`
307307
* [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
309309
* [mix compile] Support the `__mix_recompile__?/0` callback for custom behaviour on when Mix should recompile a given module
310310
* [mix compile.elixir] Mark modules for path dependencies as "Export dependencies" if they changed but their public interface is the same
311311
* [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
312312
* [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
314314
* [mix deps] Redact Git `username`/`password` in output log
315315
* [mix deps] Support rebar3's `git_subdir` resource type
316316
* [mix deps.compile] Allow local deps to be skipped on `mix deps.compile`
317317
* [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
319319
* [mix new] Add `@impl` to application generated by `mix new --sup`
320320
* [mix release] Enable overriding `sys.config` location via `RELEASE_SYS_CONFIG` env var
321321
* [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

Comments
 (0)