1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-12-20 19:01:18 +00:00

prepare release v4.2.1

This commit is contained in:
Knut Ahlers 2023-09-11 14:01:57 +02:00
parent 8d84455575
commit 870835488d
Signed by: luzifer
GPG key ID: D91C3E91E4CAD6F5

View file

@ -1,3 +1,7 @@
# 4.2.1 / 2023-09-11
* Fix panic when reading incomplete blocks from underlying reader (#27)
# 4.2.0 / 2023-08-22
* Add support for stream writer and reader (#26)
@ -49,4 +53,4 @@
# 1.1.0 / 2017-09-18
* Add salt validation and improve comments
* Added ability to pass custom salt to everyencrypt call (thanks @VojtechBartos)
* Added ability to pass custom salt to everyencrypt call (thanks @VojtechBartos)