mirror of
https://github.com/Luzifer/go-openssl.git
synced 2024-12-20 19:01:18 +00:00
prepare release v3.1.0
This commit is contained in:
parent
cfe466e70a
commit
3eef5a5be8
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# 3.1.0 / 2019-04-29
|
||||
|
||||
* Add encrypt/decrypt without base64 encoding (thanks [@mcgillowen](https://github.com/mcgillowen))
|
||||
* Test: Drop support for pre-1.10, add 1.12
|
||||
* Test: Simplify / cleanup test file
|
||||
|
||||
# 3.0.1 / 2019-01-29
|
||||
|
||||
* Fix: v3 versions require another go-modules name
|
||||
|
@ -28,4 +34,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)
|
||||
|
|
Loading…
Reference in a new issue