feat: update RELEASES.md
This commit is contained in:
parent
e430496903
commit
15e30a93f3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
v4.0.0-m4 (WIP)
|
||||
---------
|
||||
|
||||
* [Fuzzy matching for auto completion](https://github.com/leanprover/lean4/pull/1023)
|
||||
|
||||
* Extend dot-notation `x.field` for arrow types. If type of `x` is an arrow, we look up for `Function.field`.
|
||||
For example, given `f : Nat → Nat` and `g : Nat → Nat`, `f.comp g` is now notation for `Function.comp f g`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue