mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 05:25:35 +00:00
* only invoke InitWAL/CloseWAL if WalPath is not empty Closes #2717 * panic if WAL is not initialized when calling CloseWAL * add a changelog entry
29 lines
395 B
Markdown
29 lines
395 B
Markdown
# Pending
|
|
|
|
## v0.26.1
|
|
|
|
*TBA*
|
|
|
|
Special thanks to external contributors on this release:
|
|
|
|
Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
|
|
|
|
### BREAKING CHANGES:
|
|
|
|
* CLI/RPC/Config
|
|
|
|
* Apps
|
|
|
|
* Go API
|
|
|
|
* Blockchain Protocol
|
|
|
|
* P2P Protocol
|
|
|
|
### FEATURES:
|
|
|
|
### IMPROVEMENTS:
|
|
|
|
### BUG FIXES:
|
|
- [mempool] fix a bug where we create a WAL despite `wal_dir` being empty
|