X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4f1772e2aed8356e57b923eacf45f813ec3324a0..f066e3fcae49554118962d2bbd9ec92a9958acf3:/CHANGES.md diff --git a/CHANGES.md b/CHANGES.md index e027b2c..5b29f20 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,6 +47,8 @@ - Vim plugin: prefix messages with `Black: ` so it's clear they come from Black (#3194) +- Docker: changed to a /opt/venv installation + added to PATH to be available to + non-root users (#3202) ### Output @@ -54,6 +56,8 @@ - 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