From 96718aea89454e08c196268732dadc032d30da76 Mon Sep 17 00:00:00 2001 From: Daniel Akhterov Date: Mon, 16 May 2022 19:12:54 -0700 Subject: [PATCH] chore: update changelog Signed-off-by: Daniel Akhterov --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25accd43e..4411ef91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added * `ScheduleCreateTransaction.[waitForExpiry|expirationTime]` + * `ContractCreateTransaction.[get|set]AutoRenewAccountId()` + * `ContractUpdateTransaction.[get|set|clear]AutoRenewAccountId()` + * `ContractCreateFlow.[get|set]AutoRenewAccountId()` ## v2.14.0 @@ -21,12 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `AccountId.aliasEvmAddress` * `ContractCreateTransaction.[get|set]MaxAutomaticTokenAssociations()` - * `ContractCreateTransaction.[get|set]AutoRenewAccountId()` * `ContractCreateTransaction.[get|set]Bytecode()` * `ContractUpdateTransaction.[get|set]MaxAutomaticTokenAssociations()` - * `ContractUpdateTransaction.[get|set|clear]AutoRenewAccountId()` * `ContractCreateFlow.[get|set]MaxAutomaticTokenAssociations()` - * `ContractCreateFlow.[get|set]AutoRenewAccountId()` * `AccountInfo.ethereumNonce` * `ContractCallResult.senderAccountId` * `ContractCallQuery.[get|set]SenderAccountId()`