You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Eric Lau <ericglau@outlook.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/common/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Changelog
2
2
3
3
4
+
## 0.4.2 (2026-01-29)
5
+
6
+
- Modify tooltip descriptions regarding default implementations to fit the changes introduced with v0.6.0 ([#768](https://github.com/OpenZeppelin/contracts-wizard/pull/768))
7
+
4
8
## 0.4.1 (2026-01-14)
5
9
6
10
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))
Copy file name to clipboardExpand all lines: packages/core/stellar/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Changelog
2
2
3
3
4
+
## 0.5.0 (2026-01-29)
5
+
6
+
- Refactor Stellar contracts to match the latest v0.6.0 ([#768](https://github.com/OpenZeppelin/contracts-wizard/pull/768))
7
+
-**Breaking changes**:
8
+
- Use OpenZeppelin Stellar Soroban Contracts v0.6.0
9
+
- Use `MuxedAddress` for fungible transfer function
10
+
- Change order of parameters in access control
11
+
- Change default fungible decimals to 7
12
+
4
13
## 0.4.5 (2026-01-14)
5
14
6
15
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))
- Stellar: add an explicitImplementations flag that switches from using default_impl macro to explicit definitions ([#728](https://github.com/OpenZeppelin/contracts-wizard/pull/728))
0 commit comments