X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/249c6536c4dff50773f30f222d1f81f0afe41f4c..d85cf00ee80f00b25a819afef7f466dc871fa68d:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index 94c3bdd..a30ac7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,12 +46,16 @@ +- Vim plugin: prefix messages with `Black: ` so it's clear they come from Black (#3194) + ### Output - Change from deprecated `asyncio.get_event_loop()` to create our event loop which removes DeprecationWarning (#3164) +- Remove logging from internal `blib2to3` library since it regularily emits error logs + about failed caching that can and should be ignored (#3193) ### Packaging