X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a57ab326b20b720518ab6f513bd0f8ba357d8d86..14e5ce5412efa53438df0180e735b3834df3b579:/CHANGES.md?ds=sidebyside diff --git a/CHANGES.md b/CHANGES.md index da51e94..b2325b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,10 @@ +- 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_ @@ -32,6 +36,8 @@ +- Update pylint config documentation (#2931) + ### Integrations