Skip to content

Commit 003c154

Browse files
committed
updated Releases.md
1 parent 82190c7 commit 003c154

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Releses.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
# Release notes for the Secret Toolkit
22

3-
## Next Release (v0.3.0)
3+
## Next Release
4+
5+
## v0.3.0
46
* Added `clear` method to `AppendStore` and `DequeStore` to quickly reset the collections (#34)
5-
* docs.rs documentation now includes all sub-crates
7+
* docs.rs documentation now includes all sub-crates.
68
* BUGFIX: `secret-toolkit::snip721::Metadata` was severely out of date with the SNIP-721 specification, and not useful.
79
It is now compatible with deployed SNIP-721 contracts.
810
* Added `types` module under the `util` package, to standardize often used types.
911
* Added `secret-toolkit::viewing_key`, which can be imported by enabling the `viewing-key` feature.
10-
* Added `secret-toolkit::permit::PubKey::canonical_address()`
12+
* Added `secret-toolkit::permit::PubKey::canonical_address()`.
1113
* Types in `secret-toolkit::permit::Permit` are now generic over the type of permissions they accept.
14+
* Added the `maxheap` type to the incubator.
15+
* Added `secret-toolkit::utils::feature_toggle` which allow managing feature flags in your contract.
1216

1317
### Breaking
1418
* `secret-toolkit::permit::validate()` Now supports validating any type of Cosmos address.
1519
Interface changes: Now takes a reference to the current token address instead
1620
of taking it by value and an optional hrp string.
1721
In addition, it returns a String and not HumanAddr.
1822
* Renamed `secret-toolkit::permit::Permission` to `secret-toolkit::permit::TokenPermission`.
19-
* `secret-toolkit-crypto` now has features `["hash", "rng" and "ecc-secp256k1"]` which are all off by default - enable those you need
20-
* `secret-toolkit-crypto::secp256k1::PublicKey::parse` now returns `StdResult<Self>`
23+
* `secret-toolkit-crypto` now has features `["hash", "rng" and "ecc-secp256k1"]` which are all off by default - enable those you need.
24+
* `secret-toolkit-crypto::secp256k1::PublicKey::parse` now returns `StdResult<Self>`.
2125
* Changes to `secret-toolkit::crypto::secp256k1::PrivateKey::sign`:
2226
* The `data` argument is now any slice of bytes, and not the hash of a slice of data.
2327
* the `Api` from `deps.api` is now required as the second argument as we now use the precompiled implementation.
2428
* Changes to `secret-toolkit::crypto::secp256k1::PublicKey::verify`:
2529
* the `Api` from `deps.api` is now required as the third argument as we now use the precompiled implementation.
26-
* `secret-toolkit-incubator` now has features `["cashmap", "generational-store"]` which are all off by default
30+
* `secret-toolkit-incubator` now has features `["cashmap", "generational-store"]` which are all off by default.
2731

2832
## v0.2.0
2933
This release includes a ton of new features, and a few breaking changes in various interfaces.

0 commit comments

Comments
 (0)