File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ This release no longer supports WERL (a graphical user interface for the Erlang
6
6
7
7
### 1. Enhancements
8
8
9
+ #### Elixir
10
+
11
+ * [ Macro] Improve ` dbg ` handling of ` if/2 ` , ` unless/2 ` , and code blocks
12
+
13
+ #### ExUnit
14
+
15
+ * [ ExUnit] Support parameterized tests on ` ExUnit.Case `
16
+
9
17
### 2. Bug fixes
10
18
11
19
### 3. Soft deprecations (no warnings emitted)
@@ -20,6 +28,7 @@ This release no longer supports WERL (a graphical user interface for the Erlang
20
28
#### Elixir
21
29
22
30
* [ Enumerable] Deprecate returning a two-arity function in ` Enumerable.slice/1 `
31
+ * [ Module] Deprecate ` Module.eval_quoted/3 ` in favor of ` Code.eval_quoted/3 `
23
32
* [ Range] Deprecate inferring negative ranges on ` Range.new/2 `
24
33
25
34
#### Mix
You can’t perform that action at this time.
0 commit comments