mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
changelog and version
This commit is contained in:
parent
eadc7b137b
commit
e1ce3ffe0f
30
CHANGELOG.md
30
CHANGELOG.md
@ -1,5 +1,35 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.0
|
||||
|
||||
**May 30th, 2018**
|
||||
|
||||
BREAKING CHANGES
|
||||
|
||||
No breaking changes compared to 0.6.2, but making up for the version bump that
|
||||
should have happened in 0.6.1.
|
||||
|
||||
We also bring in the `tmlibs/merkle` package with breaking changes:
|
||||
|
||||
- change the hash function from RIPEMD160 to tmhash (first 20-bytes of SHA256)
|
||||
- remove unused funcs and unexport SimpleMap
|
||||
|
||||
FEATURES
|
||||
|
||||
- [xchacha20poly1305] New authenticated encryption module
|
||||
- [merkle] Moved in from tmlibs
|
||||
- [merkle/tmhash] New hash function: the first 20-bytes of SHA256
|
||||
|
||||
IMPROVEMENTS
|
||||
|
||||
- Remove some dead code
|
||||
- Use constant-time compare for signatures
|
||||
|
||||
BUG FIXES
|
||||
|
||||
- Fix MixEntropy weakness
|
||||
- Fix PrivKeyEd25519.Generate()
|
||||
|
||||
## 0.6.2 (April 9, 2018)
|
||||
|
||||
IMPROVEMENTS
|
||||
|
@ -1,3 +1,3 @@
|
||||
package crypto
|
||||
|
||||
const Version = "0.6.2"
|
||||
const Version = "0.7.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user