Skip to content

Commit e8f7c90

Browse files
committed
Update CHANGELOG
1 parent 6da90be commit e8f7c90

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ TODO.
66

77
* Type inference of patterns (typing inference of guards will be part of an upcoming release)
88

9-
* [Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/) as well as type checking of their basic operations
10-
11-
* Type checking of all language constructs, except `for`, `with`, and closures
9+
* Type checking of all language constructs, including local and remote calls, except `for`, `with`, and closures
1210

1311
* Type checking of all `Kernel` and conversion functions inlined by the compiler
1412

15-
* Detection of clauses and patterns that never match
13+
* [Support for tuples and lists as composite types](https://elixir-lang.org/blog/2024/08/28/typing-lists-and-tuples/) as well as type checking of their basic operations
14+
15+
* Detection of clauses and patterns that will never match from `case`, `cond`, and `=`
16+
17+
* Detection of unused clauses from private functions
1618

1719
## ExUnit improvements
1820

0 commit comments

Comments
 (0)