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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,6 +192,7 @@ Finally, the `Code` module has also been augmented with two functions: `Code.str
192
192
193
193
*[Mix] Add `MIX_INSTALL_FORCE` environment variable support
194
194
*[Mix] Support `:config` and `:system_env` in `Mix.install/2`
195
+
*[Mix.Shell] Add `:default` option to `Mix.Shell.yes?`
195
196
*[mix archive.install] Run `loadconfig` before building archive
196
197
*[mix compile] Move Elixir version check to before deps are compiled, in order to give feedback earlier
197
198
*[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
267
268
*[mix compile.elixir] Recompile file if `@external_resource` is deleted
268
269
*[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
269
270
*[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
271
272
*[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
0 commit comments