Skip to content

Commit 3a484a7

Browse files
committed
Fix CHANGELOG
1 parent 8c1b563 commit 3a484a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Finally, the `Code` module has also been augmented with two functions: `Code.str
192192

193193
* [Mix] Add `MIX_INSTALL_FORCE` environment variable support
194194
* [Mix] Support `:config` and `:system_env` in `Mix.install/2`
195+
* [Mix.Shell] Add `:default` option to `Mix.Shell.yes?`
195196
* [mix archive.install] Run `loadconfig` before building archive
196197
* [mix compile] Move Elixir version check to before deps are compiled, in order to give feedback earlier
197198
* [mix compile.elixir] Do not recompile files if their modification time change but their contents are still the same and the .beam files are still on disk
@@ -267,13 +268,12 @@ Finally, the `Code` module has also been augmented with two functions: `Code.str
267268
* [mix compile.elixir] Recompile file if `@external_resource` is deleted
268269
* [mix compile.elixir] Print number of compiling files on all compiler cycles. This will make the `Compiling N files (.ex)` show up multiple times if necessary
269270
* [mix deps] Raise if local dep is unavailable while compiling
270-
* [mix deps.unlock] Fix blank output when dependency is not locked
271+
* [mix deps.unlock] Fix blank output when unlocking a dependency that is not locked
271272
* [mix local.install] Do not respect `MIX_DEPS_PATH` for install commands
272-
* [mix release] Improve release scripts to make sure shell errors cascade by avoiding exporting and defining variables at once
273-
* [mix release] Do not boot release if RELEASE_COOKIE is empty
274-
* [mix release] Allow release running as a daemon to be restarted
275-
* [mix test] Allow coverage engine to also tag `case`, `cond`, and `receive` branches where the right side is a literal
276-
* [Mix.Shell] Add `default` option to `Mix.Shell.yes?`
273+
* [mix release] Improve release scripts by making sure shell errors cascade (this is done by avoiding exporting and defining variables in a single step)
274+
* [mix release] Do not boot release if `RELEASE_COOKIE` is empty
275+
* [mix release] Allow releases running as a daemon to be restarted
276+
* [mix test] Fix coverage engine to also tag `case`, `cond`, and `receive` branches where the right side is a literal
277277

278278
### 3. Soft-deprecations (no warnings emitted)
279279

0 commit comments

Comments
 (0)