We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82ad63 commit be9ae0eCopy full SHA for be9ae0e
lib/elixir/pages/compatibility-and-deprecations.md
@@ -84,7 +84,7 @@ Version | Deprecated feature | Replaced by (ava
84
[v1.14] | Compiled patterns in `String.starts_with?/2` | Pass a list of strings instead (v1.0)
85
[v1.14] | `Mix.Tasks.Xref.calls/1` | Compilation tracers (outlined in `Code`) (v1.10)
86
[v1.14] | `$levelpad` in Logger | *None*
87
-[v1.14] | `<|>` as a custom operator | Another custom operator (v1.0)
+[v1.14] | `<\|>` as a custom operator | Another custom operator (v1.0)
88
[v1.13] | `!` and `!=` in Version requirements | `~>` or `>=` (v1.0)
89
[v1.13] | `Mix.Config` | `Config` (v1.9)
90
[v1.13] | `:strip_beam` config to `mix escript.build` | `:strip_beams` (v1.9)
0 commit comments