Skip to content

Commit d172032

Browse files
committed
changelog
1 parent 4969a52 commit d172032

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

content/stellar-contracts/changelog.mdx

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22
title: Changelog
33
---
44

5+
<a id="v0.6.0"></a>
6+
# [v0.6.0](https://github.com/OpenZeppelin/stellar-contracts/releases/tag/v0.6.0) - 2026-01-26
7+
8+
## What's New
9+
10+
* Timelock (governor sub module)
11+
* WAD (fixed point arithmetic)
12+
* Power Function (fixed point arithmetic)
13+
* Fee Forwarder
14+
* Added `get_existing_roles` for Access Control
15+
16+
## What's Changed
17+
18+
* Inconsistencies across mint and caller in https://github.com/OpenZeppelin/stellar-contracts/pull/495
19+
* Use muxed addresses in fungible transfers in https://github.com/OpenZeppelin/stellar-contracts/pull/493
20+
* Renounce admin rejects when transfer in progress in https://github.com/OpenZeppelin/stellar-contracts/pull/502
21+
* Uncaught panics on policy uninstall in https://github.com/OpenZeppelin/stellar-contracts/pull/504
22+
* NFT name and symbol bound for metadata in https://github.com/OpenZeppelin/stellar-contracts/pull/508
23+
* Bound metadata entries in rwa in https://github.com/OpenZeppelin/stellar-contracts/pull/511
24+
* Allowance bug fix in https://github.com/OpenZeppelin/stellar-contracts/pull/513
25+
* Vault consistency fix in https://github.com/OpenZeppelin/stellar-contracts/pull/523
26+
27+
[Changes][v0.6.0]
28+
29+
30+
<a id="v0.5.1"></a>
31+
# [v0.5.1](https://github.com/OpenZeppelin/stellar-contracts/releases/tag/v0.5.1) - 2025-10-31
32+
33+
## What's Changed
34+
35+
* fix the javascript compilation issue for `examples` package https://github.com/OpenZeppelin/stellar-contracts/issues/484 by renaming the generic datakey enum
36+
37+
[Changes][v0.5.1]
38+
39+
40+
<a id="v0.5.0"></a>
41+
# [v0.5.0](https://github.com/OpenZeppelin/stellar-contracts/releases/tag/v0.5.0) - 2025-10-28
42+
43+
## What's Changed
44+
45+
### Major
46+
* Added Real-World Asset token implementation based on ERC-3643 (T-Rex)
47+
* Added Smart Accounts: context-centric framework to compose authorization intents with signers and policies
48+
* Added Token Vault implementation compatible with ERC-4626
49+
50+
### Minor
51+
* Prevent test_snapshots from being checked in; make PRs less noisy in https://github.com/OpenZeppelin/stellar-contracts/pull/335
52+
* Remove cdylib crate type from default-impl-macro-test Cargo.toml in https://github.com/OpenZeppelin/stellar-contracts/pull/468
53+
* Migrate to target wasmv1-none in https://github.com/OpenZeppelin/stellar-contracts/pull/441
54+
* Remove antora docs in https://github.com/OpenZeppelin/stellar-contracts/pull/483
55+
56+
[Changes][v0.5.0]
57+
58+
559
<a id="v0.4.1"></a>
660
# [v0.4.1](https://github.com/OpenZeppelin/stellar-contracts/releases/tag/v0.4.1) - 2025-07-22
761

@@ -102,6 +156,9 @@ In this release, you can find:
102156
[Changes][v0.1.0]
103157

104158

159+
[v0.6.0]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.5.1...v0.6.0
160+
[v0.5.1]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.5.0...v0.5.1
161+
[v0.5.0]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.4.1...v0.5.0
105162
[v0.4.1]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.4.0...v0.4.1
106163
[v0.4.0]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.3.0...v0.4.0
107164
[v0.3.0]: https://github.com/OpenZeppelin/stellar-contracts/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)