From b0a751012e2990f86ff58b17157bf86c73e9a64c Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Thu, 30 May 2024 09:49:38 +0200 Subject: [PATCH] Document bump to win 10 (#11613) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45e6bfd56..eaab55a009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -171,6 +171,10 @@ To read more about this exciting milestone, check out our [blog post](https://as - Avoid allocations for isort module names ([#11251](https://github.com/astral-sh/ruff/pull/11251)) - Build a separate ARM wheel for macOS ([#11149](https://github.com/astral-sh/ruff/pull/11149)) +### Windows + +- Increase the minimum requirement to Windows 10. + ## 0.4.2 ### Rule changes