Skip to content

Commit 827e65a

Browse files
committed
Update CHANGELOG
1 parent 54321de commit 827e65a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ The type system was made possible thanks to a partnership between [CNRS](https:/
3838

3939
### 1. Enhancements
4040

41+
#### Elixir
42+
43+
* [Enum] Add `Enum.min_max` sorter
44+
* [Kernel] Print intermediate results of `dbg` for pipes
45+
4146
### 2. Bug fixes
4247

4348
### 3. Soft deprecations (no warnings emitted)

lib/elixir/lib/module/types/expr.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ defmodule Module.Types.Expr do
233233
end
234234

235235
# %Struct{map | ...}
236-
# This syntax is deprecated, so we simply traverse.
237236
def of_expr(
238237
{:%, meta, [module, {:%{}, _, [{:|, _, [map, pairs]}]}]} = struct,
239238
_expected,

0 commit comments

Comments
 (0)