Skip to content

Commit ae49a4c

Browse files
committed
Merge branch 'master' into 0.9
2 parents 2f41486 + 0c901b6 commit ae49a4c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Releases.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@
44

55
## v0.9.0
66

7-
- Fixed a remove bug in `Keymap` and `Keyset` ([#86](https://github.com/scrtlabs/secret-toolkit/pull/86)).
7+
### Features
8+
89
- Replace `cosmwasm-std` with `secret-cosmwasm-std` in prep for crates.io packages ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
9-
- Renamed `Prng` as `ContractPrng` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
1010
- Add `RngCore` & `CryptoRng` trait to `Prng` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
1111
- Added `from_env` function for `ContractPrng` that consumes `env.block.random` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
1212

13+
### Breaking
14+
15+
- Renamed `Prng` as `ContractPrng` ([#87](https://github.com/scrtlabs/secret-toolkit/pull/87)).
16+
17+
## v0.8.2
18+
19+
### Bug fixes
20+
21+
- Fixed a remove bug in `Keymap` and `Keyset` ([#86](https://github.com/scrtlabs/secret-toolkit/pull/86)).
22+
1323
## v0.8.1
1424

1525
### Bug fixes

0 commit comments

Comments
 (0)