From a65197bb785aec4d5582a1577ef9eae78654bcdc Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 3 Jun 2022 22:58:38 +0200 Subject: [PATCH] doc: update changelog --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 3e2f112b82..dc6e1b4e3d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,8 @@ Unreleased --------- +* [Add unused variables linter](https://github.com/leanprover/lean4/pull/1159). Feedback welcome! + * Lean now generates an error if the body of a declaration body contains a universe parameter that does not occur in the declaration type, nor is an explicit parameter. Examples: ```lean