X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/872bb9474efe683efaed1626c4c0172738634f28..6b38b52187a7a7b9fedcf257c5ba45cc16f2e8a2:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index f5b11de..76a7ca6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,9 @@ ### _Black_ +- Document stability policy, that will apply for non-beta releases (#2529) - Add new `--workers` parameter (#2514) +- Fixed feature detection for positional-only arguments in lambdas (#2532) - Bumped typed-ast version minimum to 1.4.3 for 3.10 compatiblity (#2519) ### _Blackd_ @@ -12,6 +14,11 @@ - Remove dependency on aiohttp-cors (#2500) - Bump required aiohttp version to 3.7.4 (#2509) +### _Black-Primer_ + +- Add primer support for --projects (#2555) +- Print primer summary after individual failures (#2570) + ### Integrations - Allow to pass `target_version` in the vim plugin (#1319)