chore: update RELEASES.md
This commit is contained in:
parent
82b056aa75
commit
a2457110db
1 changed files with 2 additions and 0 deletions
|
|
@ -113,3 +113,5 @@ def Array.insertAtAux (i : Nat) (as : Array α) (j : Nat) : Array α :=
|
|||
else
|
||||
as
|
||||
```
|
||||
|
||||
* Add support for `for h : x in xs do ...` notation where `h : x ∈ xs`. This is mainly useful for showing termination.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue