Skip to content

Commit a8ba82c

Browse files
committed
Remove accidental left-over content
1 parent 098c01a commit a8ba82c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -231,20 +231,3 @@ Version | Deprecated feature | Replaced by (ava
231231
[v1.17]: https://github.com/elixir-lang/elixir/blob/v1.17/CHANGELOG.md#4-hard-deprecations
232232
[v1.18]: https://github.com/elixir-lang/elixir/blob/v1.18/CHANGELOG.md#4-hard-deprecations
233233
[v1.19]: https://github.com/elixir-lang/elixir/blob/main/CHANGELOG.md#4-hard-deprecations
234-
235-
#### Elixir
236-
237-
* [Code] The `on_undefined_variable: :warn` is deprecated. Relying on undefined variables becoming function calls will not be supported in the future
238-
239-
* [Kernel] Using `size(var)` in bitstrings requires the pin operator on the variable if the variable was defined outside of the current pattern
240-
* [Kernel.ParallelCompiler] Passing `return_diagnostics: true` as an option is required on `compile`, `compile_to_path` and `require`
241-
242-
#### Logger
243-
244-
* [Logger] `Logger.enable/1` is deprecated in favor of `Logger.delete_process_level/1`
245-
* [Logger] The `:backends` configuration is deprecated, either set the `:default_handler` to false or start backends in your application start callback
246-
247-
#### Mix
248-
249-
* [mix] The `:default_task`, `:preferred_cli_env`, and `:preferred_cli_target` configuration inside `def project` in your `mix.exs` has been deprecated in favor of `:default_task`, `:preferred_envs` and `:preferred_targets` inside the `def cli` function
250-
* [mix do] Using commas as task separator in `mix do` (such as `mix do foo, bar`) is deprecated, use `+` instead (as in `mix do foo + bar`)

0 commit comments

Comments
 (0)