chore: update RELEASES.md

This commit is contained in:
Leonardo de Moura 2022-05-04 15:31:57 -07:00
parent 5aaccc8ebb
commit db89750030

View file

@ -1,6 +1,8 @@
Unreleased
---------
* `Option` is again a monad. The auxiliary type `OptionM` has been removed. See [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Do.20we.20still.20need.20OptionM.3F/near/279761084).
* Improve `split` tactic. It used to fail on `match` expressions of the form `match h : e with ...` where `e` is not a free variable.
The failure used to occur during generalization.