File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/elixir/pages/references Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Version | Deprecated feature | Replaced by (ava
171171[ v1.5] | ` Atom.to_char_list/1 ` | ` Atom.to_charlist/1 ` (v1.3)
172172[ v1.5] | ` Enum.filter_map/3 ` | ` Enum.filter/2 ` + ` Enum.map/2 ` or ` for/1 ` comprehensions (v1.0)
173173[ v1.5] | ` Float.to_char_list/1 ` | ` Float.to_charlist/1 ` (v1.3)
174- [ v1.5] | ` GenEvent ` module | ` Supervisor ` and ` GenServer ` (v1.0);< br /> [ ` GenStage ` ] ( https://hex.pm/packages/gen_stage ) (v1.3);< br /> [ ` :gen_event ` ] ( `:gen_event` ) (Erlang/OTP 17)
174+ [ v1.5] | ` GenEvent ` module | ` Supervisor ` and ` GenServer ` (v1.0)
175175[ v1.5] | ` <%= ` in middle and end expressions in ` EEx ` | Use ` <% ` (` <%= ` is allowed only in start expressions) (v1.0)
176176[ v1.5] | ` :as_char_lists ` value in ` t:Inspect.Opts.t/0 ` type | ` :as_charlists ` value (v1.3)
177177[ v1.5] | ` :char_lists ` key in ` t:Inspect.Opts.t/0 ` type | ` :charlists ` key (v1.3)
You can’t perform that action at this time.
0 commit comments