Skip to content

Commit f3cbf1c

Browse files
eksperimentallexmag
authored andcommitted
Mention alternatives to deprecated functions in CHANGELOG v1.4 (#5805)
1 parent ee4f3d5 commit f3cbf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ It is also possible to install escripts and archives by providing a Git/GitHub r
272272
 * [Access] `Access.key/1` is deprecated due to erratic behaviour for missing keys, please use `Access.key/2` instead with proper default values
273273
* [Behaviour] The `Behaviour` module is deprecated. Callbacks may now be defined directly via the `@callback` attribute
274274
* [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)
276276
* [Kernel] Deprecate support for making private functions overridable. Overridable functions must always be public as they must be contracts
277277
* [Kernel] Warn if variable is used as a function call
278278
* [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
285285

286286
#### Mix
287287

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`
289289

290290
## v1.3
291291

0 commit comments

Comments
 (0)