You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ This version includes changes that make Elixir fully compatible with Erlang OTP
320
320
321
321
#### Elixir
322
322
323
-
*[Access]`Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
323
+
*[Access]`Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
324
324
*[Behaviour] The `Behaviour` module is deprecated. Callbacks may now be defined directly via the `@callback` attribute
325
325
*[Enum] Deprecate `Enum.uniq/2` in favor of `Enum.uniq_by/2`
326
326
*[Float]`Float.to_char_list/2` and `Float.to_string/2` are deprecated (use the `:erlang.float_to_list/2` and `:erlang.float_to_binary/2` functions if such conversions are desired)
0 commit comments