From c76fa0681651e5a33826e4156fe234337b2c2d4b Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Sun, 31 Jul 2022 18:25:48 -0700 Subject: [PATCH] chore: update release notes --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 7083ae3288..1a33ad41d4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,8 @@ Unreleased --------- +* [Missing doc linter](https://github.com/leanprover/lean4/pull/1390) + * `match`-syntax notation now checks for unused alternatives. See issue [#1371](https://github.com/leanprover/lean4/issues/1371). * Auto-completion for structure instance fields. Example: