Skip to content

Commit 257e8b9

Browse files
authored
changelog: release 0.15.3 (#353)
1 parent b2dffed commit 257e8b9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

3+
## 0.15.3 (December 21, 2020)
4+
5+
Special thanks to external contributors on this release: @odeke-em
6+
7+
### Improvements
8+
9+
- [\#352](https://github.com/cosmos/iavl/pull/352) Reuse buffer to improve performance of `GetMembershipProof()` and `GetNonMembershipProof()`.
10+
311
## 0.15.2 (December 14, 2020)
412

13+
Special thanks to external contributors on this release: @odeke-em
14+
515
### Bug Fixes
616

717
- [\#347](https://github.com/cosmos/iavl/pull/347) Fix another integer overflow in `decodeBytes()` that can cause panics for certain inputs. The `ValueOp` and `AbsenceOp` proof decoders are vulnerable to this via malicious inputs since 0.15.0.
@@ -10,9 +20,11 @@
1020

1121
## 0.15.1 (December 13, 2020)
1222

23+
Special thanks to external contributors on this release: @odeke-em
24+
1325
### Bug Fixes
1426

15-
[\#340](https://github.com/cosmos/iavl/pull/340) Fix integer overflow in `decodeBytes()` that can cause panics on 64-bit systems and out-of-memory issues on 32-bit systems. The `ValueOp` and `AbsenceOp` proof decoders are vulnerable to this via malicious inputs. The bug was introduced in 0.15.0.
27+
- [\#340](https://github.com/cosmos/iavl/pull/340) Fix integer overflow in `decodeBytes()` that can cause panics on 64-bit systems and out-of-memory issues on 32-bit systems. The `ValueOp` and `AbsenceOp` proof decoders are vulnerable to this via malicious inputs. The bug was introduced in 0.15.0.
1628

1729
## 0.15.0 (November 23, 2020)
1830

0 commit comments

Comments
 (0)