diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ca1a323..b9b06c0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. - Reduce office-hours reminder spam by posting only on each user's most recent open PR, grouping by author and sorting by creation time (#1121) - Reduce office-hours reminder spam by never posting on PRs of maintainers and committers - Pylint cleanup for token_airdrop_transaction_cancel.py (#1081) [@tiya-15](https://github.com/tiya-15) +- create merge conflict - Move `account_allowance_delete_transaction_hbar.py` from `examples/` to `examples/account/` for better organization (#1003) - Improved consistency of transaction examples (#1120) - Refactored `account_create_transaction_with_fallback_alias.py` by splitting the monolithic `create_account_with_fallback_alias` function into modular functions: `generate_fallback_key`, `fetch_account_info`, and `print_account_summary`. The existing `setup_client()` function was reused for improved readability and structure (#1018)