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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,8 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
147
147
*[mix deps.compile] Add `--skip-umbrella-apps` flag. The new flag does not compile umbrella apps. This is useful for building caches in CD/CI pipelines
148
148
*[mix deps.unlock] Add `--check-unused` flag. The new flag raises if there are any unused dependencies in the lock file
149
149
*[mix release] Allow `RELEASE_DISTRIBUTION` to be set to `none`
150
+
*[mix release] Support overlays in `rel/overlays`
151
+
*[mix release] Allow configuration reboot to be disabled in releases
150
152
*[mix test] Add support for simple round-robin test partitioning across multiple machines
151
153
*[Mix.Project] Add `MIX_DEPS_PATH` environment variable for setting `:deps_path`
152
154
*[Mix.Project] Add `Mix.Project.deps_scms/1` that returns deps with their SCMs
@@ -164,6 +166,7 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
164
166
*[Kernel] Raise error on functions/guards without implementation
165
167
*[Keyword] Ensure keyword replace and update preserve order
166
168
*[Module] Raise instead of silently failing when performing a write module operation during after-compile
169
+
*[Module] Fix `@macrocallback` definitions with a `when` clause
167
170
*[Stream] Close with correct accumulator in `Stream.resource/3` when called for a single-element list
168
171
*[Stream] Allow `Stream.cycle/1` to be double nested inside `Stream.cycle/1`
169
172
*[URI] Preserve slashes in URIs without authority
@@ -177,7 +180,6 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
177
180
178
181
*[mix compile] Do not filter out warning for external files from diagnostics
179
182
*[Mix.Project] Ensure user given `:manager` to dependencies has higher precedence than the SCM one
180
-
*[Mix.Project] Make sure `MIX_BUILD_PATH` specifies only the `build_path` prefix and that env+target are still concatenated
181
183
*[Mix.Project] Recompile umbrella children when config files change and `mix compile` is called from the umbrella root
182
184
*[Mix.Task] Always recompile before running tasks from dependencies
183
185
*[Mix.Task] Ensure project's Logger config is used when running Mix tasks
0 commit comments