From 09b13a4d726cd01946b8cd028696731bae0f9156 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Mon, 15 Nov 2021 00:45:14 +0900 Subject: [PATCH] update readme (#233) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 159edbf..2d296f8 100644 --- a/README.md +++ b/README.md @@ -251,9 +251,9 @@ b'helloworld' ## Release Notes -### 0.3.1 ~ 0.3.10 +### 0.3.1 ~ 0.3.11 -- Support Python 3.8, 3.9 and phase out 3.5 +- Support Python 3.8, 3.9, 3.10 and phase out 3.5 - Bump dependencies - Update documentation @@ -263,7 +263,7 @@ b'helloworld' ### 0.2.0 -- API change: `ecies.encrypt` and `ecies.decrypt` now can take both hex str and raw bytes +- API change: `ecies.encrypt` and `ecies.decrypt` now can take both hex `str` and raw `bytes` - Bump dependencies - Update documentation