6 lines
338 B
Markdown
6 lines
338 B
Markdown
---
|
|
"openzeppelin-solidity": minor
|
|
---
|
|
|
|
`Clones`: Add `cloneWithImmutableArgs` and `cloneDeterministicWithImmutableArgs` variants that create clones with per-instance immutable arguments. The immutable arguments can be retrieved using `fetchCloneArgs`. The corresponding `predictDeterministicWithImmutableArgs` function is also included.
|