From 63c9f7ab6f0fe84274db60b0cef32ddf2d09c3c0 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 27 Feb 2025 11:34:45 -0800 Subject: [PATCH] [package:lints] fix the changelog --- pkgs/lints/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/lints/CHANGELOG.md b/pkgs/lints/CHANGELOG.md index 3791298e..940673e0 100644 --- a/pkgs/lints/CHANGELOG.md +++ b/pkgs/lints/CHANGELOG.md @@ -6,6 +6,9 @@ - added [unnecessary_underscores] (https://github.com/dart-lang/core/issues/856) - Require Dart 3.7. +[strict_top_level_inference]: https://dart.dev/lints/strict_top_level_inference +[unnecessary_underscores]: https://dart.dev/lints/unnecessary_underscores + ## 5.1.1 - Updated the SDK lower bound to 3.6.