Skip to content

Commit f546c84

Browse files
committed
Update CHANGELOG
1 parent 746ac57 commit f546c84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [Module] Validate `@dialyzer` related module attributes
3838
* [Range] Add `Range.new/3`, `Range.empty?/1`, and `Range.size/1`
3939
* [Regex] Add offset option to `Regex.scan/3` and `Regex.run/3`
40-
* [Registry] Support compression on `Registry` tables
40+
* [Registry] Support `:compression` on `Registry` tables
4141
* [Stream] Add `Stream.zip_with/2` and `Stream.zip_with/3`
4242
* [String] Add `:turkic` mode option to String case functions
4343
* [System] Add `System.trap_signal/3` and `System.untrap_signal/2`
@@ -67,6 +67,7 @@
6767
* [mix compile.erlang] Compile multiple files in parallel
6868
* [mix escript.build] Deep merge configuration and ensure argv is set when executing `config/runtime.exs`
6969
* [mix release] Add `RELEASE_PROG` to releases with the name of the executable starting the release
70+
* [mix release] Support `remote.vm.args` to customize how the connecting VM boots
7071
* [mix test] Run all available tests if there are no pending `--failed` tests. This provides a better workflow as you no longer need to toggle the `--failed` flag between runs
7172

7273
### 2. Bug fixes
@@ -97,9 +98,10 @@
9798

9899
#### Mix
99100

101+
* [mix app.config] Do not emit false positive warnings when configured dependencies that have `runtime: false` set
100102
* [mix compile.elixir] Ensure that a manifest is generated even with no source code
101103
* [mix compile.elixir] Make sure export dependencies trigger recompilation when the dependency is removed as well as when the whole file is removed
102-
* [mix compile.elixir] Do not emit false positive warnings when a path dependency adds a module that is then used by the current application
104+
* [mix compile.elixir] Do not emit false positive warnings when a path dependency adds a module that is then used by the current application in the same `mix compile` cycle
103105
* [mix test] Ensure protocols within the current project are consolidated when `--cover` is given
104106
* [mix release] Improve compliance of release scripts with stripped down Linux installations
105107
* [mix release] Preserve file mode when copying non-beam ebin files

0 commit comments

Comments
 (0)