Skip to content

Commit b259e79

Browse files
committed
Fix mix archive in changelog
1 parent bba4f1b commit b259e79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* [Kernel] Print a warning if a dangling `@doc` clause is found
1111
* [Mix] Use absolute symbolic links on Windows for `_build` instead of copying
1212
* [Mix] Add `Mix.compilers` that returns all default compilers used by mix tasks
13-
* [Mix] Add `mix archive`
1413
* [Mix] Issue warning and reset mtime for source files from the future
1514
* [String] Improve performance of `String.split/1`
1615
* [Typespec] Allow `%Struct{}` syntax to be used in typespecs
@@ -48,7 +47,7 @@
4847
* [Kernel] `defstruct` no longer automatically defines a type
4948
* [Kernel] `exit(integer)` is no longer supported from scripts to configure the exit signal. Use `exit({:shutdown, integer})` instead
5049
* [Kernel] Default argument values have to be defined in a function head if the function has multiple clauses
51-
* [Mix] `mix archive` has been renamed to `mix archive.build`
50+
* [Mix] `mix archive.build` replaces the functionality of `mix archive`, `mix archive` now lists locally installed archives
5251
* [Mix] `Mix.shell.info/1` no longer automatically escape ANSI sequences. Instead if has to be explicitly enabled with the `ansi: true` option
5352
* [OptionParser] `--no-SWITCH` are only allowed for declared booleans switches
5453

0 commit comments

Comments
 (0)