|
14 | 14 | * [Calendar] Add callbacks `day_of_year/3`, `quarter_of_year/3`, `year_of_era/1`, and `day_of_era/3` |
15 | 15 | * [Code.Formatter] Preserve user's choice of new line after most operators |
16 | 16 | * [Date] Add `Date.day_of_year/1`, `Date.quarter_of_year/1`, `Date.year_of_era/1`, and `Date.day_of_era/1` |
17 | | - * [DateTime] Add `DateTime.from_naive/3`, `DateTime.now/1` and `DateTime.shift_zone/3` |
18 | | - * [File] Allow `:raw` option in `File.exists?/2`, `File.regular?/2` and `File.dir?/2` |
| 17 | + * [DateTime] Add `DateTime.from_naive/3`, `DateTime.now/1`, and `DateTime.shift_zone/3` |
| 18 | + * [File] Allow `:raw` option in `File.exists?/2`, `File.regular?/2`, and `File.dir?/2` |
19 | 19 | * [File] Allow POSIX time as an integer in `File.touch/2` and `File.touch!/2` |
20 | | - * [Inspect] Allow Inspect protocol to be derivable with the only/except options |
| 20 | + * [Inspect] Allow `Inspect` protocol to be derivable with the `:only`/`:except` options |
21 | 21 | * [Kernel] Do not propagate counters to variables in quote inside another quote |
22 | 22 | * [Kernel] Warn on ambiguous use of `::` and `|` in typespecs |
23 | 23 | * [Kernel] Add `:delegate_to` `@doc` metadata tag when using `defdelegate` |
|
72 | 72 | #### Mix |
73 | 73 |
|
74 | 74 | * [mix compile.app] Respect the `:only` option between umbrella siblings |
75 | | - * [mix compile.protocols] Reconsolidate protocols if local deps is stale |
| 75 | + * [mix compile.protocols] Reconsolidate protocols if local dependencies are stale |
76 | 76 | * [mix deps] Properly mark dependencies with different `:system_env` as diverged |
77 | 77 | * [mix new] Use `--module` value when setting up filenames |
78 | 78 |
|
|
0 commit comments