chore: update release notes

This commit is contained in:
Leonardo de Moura 2022-07-03 06:26:47 -07:00
parent 5e3a3a6c21
commit 8f83999202

View file

@ -6,7 +6,6 @@ Unreleased
a panic error message is produced at runtime if `i` is an index out of bounds. `a[i]?` has type `Option α`,
and `a[i]?` evaluates to `none` if the index `i` is out of bounds. See discussion on [Zulip](https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/String.2EgetOp/near/287855425),
and issue [#406](https://github.com/leanprover/lean4/issues/406) for additional details.
The notation `a[i, h]` is now syntax sugar for `a[⟨i, h⟩]`.
* Update Lake to v3.2.0. See the [v3.2.0 release notes](https://github.com/leanprover/lake/releases/tag/v3.2.0) for detailed changes.