Skip to content

Commit 940d01c

Browse files
committed
Fix arity in to_unsafe_atom
1 parent f4bf3fd commit 940d01c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
* [Code] Add support for the `:erlc_options` compiler option
2121
* [Kernel] Warn on binary patterns with segments that are not byte-aligned
2222
* [Keyword] Optimize `Keyword.pop/3`, `Keyword.pop!/2`, and `Keyword.pop_lazy/3`
23-
* [List] Add `List.to_existing_atom/2` and `List.to_unsafe_atom/2`
23+
* [List] Add `List.to_existing_atom/2` and `List.to_unsafe_atom/1`
2424
* [MapSet] Optimize `MapSet.symmetric_difference/2` when set sizes differ
2525
* [Registry] Optimize exact key matching in lookups
2626
* [String] Optimize `String.bag_distance/2`
27-
* [String] Add `String.to_existing_atom/2` and `String.to_unsafe_atom/2`
27+
* [String] Add `String.to_existing_atom/2` and `String.to_unsafe_atom/1`
2828
* [URI] Optimize percent-decoding and `URI.to_string/1`
2929

3030
#### ExUnit

0 commit comments

Comments
 (0)