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 10
10
* [ Kernel] Print a warning if a dangling ` @doc ` clause is found
11
11
* [ Mix] Use absolute symbolic links on Windows for ` _build ` instead of copying
12
12
* [ Mix] Add ` Mix.compilers ` that returns all default compilers used by mix tasks
13
- * [ Mix] Add ` mix archive `
14
13
* [ Mix] Issue warning and reset mtime for source files from the future
15
14
* [ String] Improve performance of ` String.split/1 `
16
15
* [ Typespec] Allow ` %Struct{} ` syntax to be used in typespecs
48
47
* [ Kernel] ` defstruct ` no longer automatically defines a type
49
48
* [ Kernel] ` exit(integer) ` is no longer supported from scripts to configure the exit signal. Use ` exit({:shutdown, integer}) ` instead
50
49
* [ 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
52
51
* [ Mix] ` Mix.shell.info/1 ` no longer automatically escape ANSI sequences. Instead if has to be explicitly enabled with the ` ansi: true ` option
53
52
* [ OptionParser] ` --no-SWITCH ` are only allowed for declared booleans switches
54
53
You can’t perform that action at this time.
0 commit comments