Skip to content

Commit 332be9a

Browse files
committed
Fix next release document
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent a613260 commit 332be9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NEXT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ v0.1.29
44

55
New:
66
- `Cert.generate` has a new `profile` parameter. The default is `Profile.RFC4880` which generates widely compatible certificates. The new option - `Profile.RFC9580` - generates newer, v6 certificates. Thanks to @jap for the contribution! [#47]
7-
- `encrypt` and `encrypt_file` can use symmetric encryption via the `passwords` argument
8-
- `decrypt` and `decrypt_file` can use symmetric encryption via the `passwords` argument
7+
- `encrypt_file` and `decrypt_file` added for handling bigger files. Thanks to @dnet for the contribution! [#53]
8+
- `encrypt`, `encrypt_file`, `decrypt` and `decrypt_file` can use symmetric encryption via the `passwords` argument [#55]
99

1010
Changed:
1111

1212
Removed:
1313

1414
[#47]: https://github.com/wiktor-k/pysequoia/pull/47
15+
[#53]: https://github.com/wiktor-k/pysequoia/pull/53
16+
[#55]: https://github.com/wiktor-k/pysequoia/pull/55
1517
### git tag --edit -s -F NEXT.md v...

0 commit comments

Comments
 (0)