File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments