summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 13:40:13 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2018-09-16 13:40:13 +0200
commit0d13454e8598157d9c1500e7463737c9c28c4710 (patch)
tree66646cbe0f25aaa925c287304383cc064c2cdb82
parent1971c3e8d144705323e1523bbe8b1c67f5569509 (diff)
downloadrsa-git-0d13454e8598157d9c1500e7463737c9c28c4710.tar.gz
Reword README.md for release of 4.0
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8cd39c3..c5e0f2d 100644
--- a/README.md
+++ b/README.md
@@ -24,10 +24,10 @@ The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
-Plans for the future
+Major changes in 4.0
--------------------
-Version 3.4 is the last version in the 3.x range. Version 4.0 will drop the following modules,
+Version 3.4 was the last version in the 3.x range. Version 4.0 drops the following modules,
as they are insecure:
- `rsa._version133`
@@ -35,9 +35,9 @@ as they are insecure:
- `rsa.bigfile`
- `rsa.varblock`
-Those modules are marked as deprecated in version 3.4.
+Those modules were marked as deprecated in version 3.4.
-Furthermore, in 4.0 the I/O functions will be streamlined to always work with bytes on all
+Furthermore, in 4.0 the I/O functions is streamlined to always work with bytes on all
supported versions of Python.
-Version 4.0 will drop support for Python 2.6 and 3.3.
+Version 4.0 drops support for Python 2.6 and 3.3.