X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f87df0e3c8735de416b6392ce7f21c6ba194424d..14d84ba2e96c5ca1351b8fe4d0d415cc148f4117:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index d0faf7c..b2325b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,8 @@ - Code cell separators `#%%` are now standardised to `# %%` (#2919) +- Remove unnecessary parentheses from tuple unpacking in `for` loops (#2945) +- Avoid magic-trailing-comma in single-element subscripts (#2942) ### _Blackd_