Skip to content

Commit 8e1ebaf

Browse files
eksperimentalJosé Valim
authored and
José Valim
committed
Add missing deprecations in v1.4 (#7615)
Signed-off-by: José Valim <[email protected]>
1 parent a89e656 commit 8e1ebaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/elixir/pages/Compatibility and Deprecations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@ EEx: `<%=` in middle and end expressions | [v1.5] | Use `<%` (= i
6464
`Float.to_string/2` | [v1.4] | `:erlang.float_to_binary/2` (OTP 17)
6565
`HashDict` module | [v1.4] | `Map` (v1.2)
6666
`HashSet` module | [v1.4] | `MapSet` (v1.1)
67+
Multi-letter aliases in `OptionParser` | [v1.4] | Use single-letter aliases (v1.0)
6768
`Set` module | [v1.4] | `MapSet` (v1.1)
6869
`Stream.uniq/2` | [v1.4] | `Stream.uniq_by/2` (v1.2)
6970
`IEx.Helpers.import_file/2` | [v1.4] | `IEx.Helpers.import_file_if_available/1` (v1.3)
7071
`Mix.Utils.camelize/1` | [v1.4] | `Macro.camelize/1` (v1.2)
7172
`Mix.Utils.underscore/1` | [v1.4] | `Macro.underscore/1` (v1.2)
7273
Variable used as function call | [v1.4] | Use parentheses (v1.0)
7374
Anonymous functions with no expression after `->` | [v1.4] | Use an expression or explicitly return `nil` (v1.0)
75+
Support for making private functions overridable | [v1.4] | Use public functions (v1.0)
7476
`Dict` module | [v1.3] | `Keyword` (v1.0) or `Map` (v1.2)
7577
`Keyword.size/1` | [v1.3] | `Kernel.length/1` (v1.0)
7678
`Map.size/1` | [v1.3] | `Kernel.map_size/1` (v1.0)

0 commit comments

Comments
 (0)