Francisco Giordano 8e3563968f add explanation of drafts category 6 жил өмнө
..
ERC1046 7552af95e4 migrate content to format for new docs site 6 жил өмнө
.gitkeep 00abd3aadc Rename proposals directory to drafts and move some contracts there (#1271) 7 жил өмнө
Counters.sol b33b906b6e Update Counter.sol (#1917) 6 жил өмнө
ERC20Migrator.sol 7552af95e4 migrate content to format for new docs site 6 жил өмнө
ERC20Snapshot.sol 7552af95e4 migrate content to format for new docs site 6 жил өмнө
README.adoc 8e3563968f add explanation of drafts category 6 жил өмнө
SignedSafeMath.sol b8c8308d77 Add @openzeppelin/contracts as alternative package name (#1840) 6 жил өмнө
Strings.sol 7552af95e4 migrate content to format for new docs site 6 жил өмнө
TokenVesting.sol 67bca857ee Revert Solidity version bump. (#1729) 6 жил өмнө

README.adoc

= Drafts

Contracts in this category should be considered unstable. They are as thoroughly reviewed as everything else in OpenZeppelin Contracts, but we have doubts about their API so we don't commit to backwards compatibility. This means these contracts can receive breaking changes in a minor version, so you should pay special attention to the changelog when upgrading. For anything that is outside of this category you can read more about xref:ROOT:api-stability.adoc[API Stability].

NOTE: This page is incomplete. We're working to improve it for the next release. Stay tuned!

== ERC 20

{{ERC20Migrator}}

{{ERC20Snapshot}}

{{TokenVesting}}

== Miscellaneous

{{Counters}}

{{SignedSafeMath}}

== ERC 1046

{{ERC1046}}