Skip to content

Commit a5df6a5

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 6760652 commit a5df6a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
147147
* [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
148148
* [mix deps.unlock] Add `--check-unused` flag. The new flag raises if there are any unused dependencies in the lock file
149149
* [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
150152
* [mix test] Add support for simple round-robin test partitioning across multiple machines
151153
* [Mix.Project] Add `MIX_DEPS_PATH` environment variable for setting `:deps_path`
152154
* [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
164166
* [Kernel] Raise error on functions/guards without implementation
165167
* [Keyword] Ensure keyword replace and update preserve order
166168
* [Module] Raise instead of silently failing when performing a write module operation during after-compile
169+
* [Module] Fix `@macrocallback` definitions with a `when` clause
167170
* [Stream] Close with correct accumulator in `Stream.resource/3` when called for a single-element list
168171
* [Stream] Allow `Stream.cycle/1` to be double nested inside `Stream.cycle/1`
169172
* [URI] Preserve slashes in URIs without authority
@@ -177,7 +180,6 @@ Finally, ExUnit comes with two small but important improvements: `ExUnit.Capture
177180

178181
* [mix compile] Do not filter out warning for external files from diagnostics
179182
* [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
181183
* [Mix.Project] Recompile umbrella children when config files change and `mix compile` is called from the umbrella root
182184
* [Mix.Task] Always recompile before running tasks from dependencies
183185
* [Mix.Task] Ensure project's Logger config is used when running Mix tasks

0 commit comments

Comments
 (0)