From b44ef4d16fa57b0f36f193a7821f14129a0beedf Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Fri, 28 Jul 2023 17:15:40 -0700 Subject: [PATCH] Add one more item to CHANGELOG --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5741403..bab952d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Add gRPC aio stub and servicer generation (#489) - Bump tested dependencies to pyright==1.1.319, mypy==1.4.1, protobuf==4.23.4, grpcio-tools==1.56.2 - Drop support for py 3.7. Add support for py 3.11. +- Don't add unnecessary flake8 noqa F821 comments. (Become compatible with flake8-pyi>=23.5.0.) ## 3.4.0 diff --git a/README.md b/README.md index 25b11ea..a1bfe29 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,7 @@ black . - [@miaachan](https://github.com/miaachan) - [@Alphadelta14](https://github.com/Alphadelta14) - [@fergyfresh](https://github.com/fergyfresh) +- [@AlexWaygood](https://github.com/AlexWaygood) ## Licence etc.