Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions content/confidential-contracts/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Changelog
---

<a id="v0.3.1"></a>
# [v0.3.1](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/releases/tag/v0.3.1) - 2026-01-06

### Bug fixes

- `ERC7984ERC20Wrapper`: revert on wrap if there is a chance of total supply overflow. ([#268](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/pull/268))


[Changes][v0.3.1]


<a id="v0.3.0"></a>
# [v0.3.0](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/releases/tag/v0.3.0) - 2025-11-28

Expand All @@ -25,6 +36,10 @@ title: Changelog
- `FHESafeMath`: Add `tryAdd` and `trySub` functions that return 0 upon failure. ([#206](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/pull/206))
- `FHESafeMath`: Support non-initialized inputs in `tryIncrease(..)`/`tryDecrease(..)`. ([#183](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/pull/183))


[Changes][v0.3.0]


<a id="v0.2.0"></a>
# [v0.2.0](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/releases/tag/v0.2.0) - 2025-08-15

Expand Down Expand Up @@ -65,6 +80,7 @@ Note: Confidential contracts are currently in a phase of rapid development--futu

[Changes][v0.1.0]


[v0.2.0]: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/compare/v0.1.0...v0.2.0
[v0.3.1]: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/compare/v0.3.0..v0.3.1
[v0.3.0]: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/compare/v0.2.0..v0.3.0
[v0.2.0]: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/compare/v0.1.0..v0.2.0
[v0.1.0]: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/tree/v0.1.0