From 3f659e83fa8cbc38485e8dfecb760a05c95539ce Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 9 Feb 2023 17:04:57 +0000 Subject: [PATCH] Add notes about PyPI distribution change --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5476eb8..5f49650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased + +* PyPI distribution no longer includes `integration_test`, `tests` and `utils` modules which were not intended for client use. + ## 6.4.1 * Fix authentication when using PyJWT 2.6.0 - which now more strictly validates tokens with `iat` in the future.