Skip to content

Commit 6322c38

Browse files
fertapricjosevalim
authored andcommitted
Update CHANGELOG.md (#8540)
[ci skip]
1 parent d482075 commit 6322c38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* [Calendar] Add callbacks `day_of_year/3`, `quarter_of_year/3`, `year_of_era/1`, and `day_of_era/3`
1515
* [Code.Formatter] Preserve user's choice of new line after most operators
1616
* [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`
1919
* [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
2121
* [Kernel] Do not propagate counters to variables in quote inside another quote
2222
* [Kernel] Warn on ambiguous use of `::` and `|` in typespecs
2323
* [Kernel] Add `:delegate_to` `@doc` metadata tag when using `defdelegate`
@@ -72,7 +72,7 @@
7272
#### Mix
7373

7474
* [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
7676
* [mix deps] Properly mark dependencies with different `:system_env` as diverged
7777
* [mix new] Use `--module` value when setting up filenames
7878

0 commit comments

Comments
 (0)