This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
update version, changelog
pull/1780/head
Ethan Buchman
7 years ago
parent
a86b1d8f75
commit
b6400af7ac
2 changed files
with
20 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-0
CHANGELOG.md
+1
-1
version/version.go
+ 19
- 0
CHANGELOG.md
View File
@ -1,5 +1,24 @@
# Changelog
## 0.7.1 (TBD)
BREAKING:
- [merkle] PutVarint->PutUvarint in encodeByteSlice
- [db] batch.WriteSync()
FEATURES:
- [db] NewPrefixDB for a DB with all keys prefixed
IMPROVEMENTS:
- glide -> dep
BUG FIXES:
## 0.7.0 (February 20, 2018)
BREAKING:
+ 1
- 1
version/version.go
View File
@ -1,3 +1,3 @@
package
version
const
Version
=
"0.
7.0
"
const
Version
=
"0.
8.0-dev
"
Write
Preview
Loading…
Cancel
Save