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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
272
272
*[Access]`Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
273
273
*[Behaviour] The `Behaviour` module is deprecated. Callbacks may now be defined directly via the `@callback` attribute
274
274
*[Enum] Deprecate `Enum.uniq/2` in favor of `Enum.uniq_by/2`
275
-
*[Float]`Float.to_char_list/2` and `Float.to_string/2` are deprecated (use the :erlang functions if such conversions are desired)
275
+
*[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)
276
276
*[Kernel] Deprecate support for making private functions overridable. Overridable functions must always be public as they must be contracts
277
277
*[Kernel] Warn if variable is used as a function call
278
278
*[OptionParser] Deprecate aliases with multiple letters, such as `-abc`
@@ -285,7 +285,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
285
285
286
286
#### Mix
287
287
288
-
*[Mix.Utils]`underscore/1` and `camelize/1` are deprecated
288
+
*[Mix.Utils]`underscore/1` and `camelize/1` are deprecated in favor of `Macro.underscore/1` and `Macro.camelize/1`
0 commit comments