File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## v0.9.0
6
6
7
- - Fixed a remove bug in ` Keymap ` and ` Keyset ` ([ #86 ] ( https://github.com/scrtlabs/secret-toolkit/pull/86 ) ).
7
+ ### Features
8
+
8
9
- 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 ) ).
10
10
- Add ` RngCore ` & ` CryptoRng ` trait to ` Prng ` ([ #87 ] ( https://github.com/scrtlabs/secret-toolkit/pull/87 ) ).
11
11
- Added ` from_env ` function for ` ContractPrng ` that consumes ` env.block.random ` ([ #87 ] ( https://github.com/scrtlabs/secret-toolkit/pull/87 ) ).
12
12
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
+
13
23
## v0.8.1
14
24
15
25
### Bug fixes
You can’t perform that action at this time.
0 commit comments