Skip to content

Commit 4748c8e

Browse files
docs: add changelog entry for workflow typo fix
Fixes #1248 Signed-off-by: kubanjaelijaheldred <[email protected]>
1 parent b58f2b4 commit 4748c8e

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

CHANGELOG.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
111111

112112
### Fixed
113113

114-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
115-
116114
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
115+
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
117116

118117
- Fixed the README account balance example to use correct SDK APIs and provide a runnable testnet setup. (#1250)
119118
- Fix token association verification in `token_airdrop_transaction.py` to correctly check if tokens are associated by using `token_id in token_balances` instead of incorrectly displaying zero balances which was misleading (#[815])
@@ -156,8 +155,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
156155

157156
### Fixed
158157

159-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
160-
161158
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
162159

163160
- fixed workflow: changelog check with improved sensitivity to deletions, additions, new releases
@@ -219,8 +216,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
219216

220217
### Fixed
221218

222-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
223-
224219
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
225220

226221
- chore: updated solo action to avoid v5
@@ -280,8 +275,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
280275

281276
### Fixed
282277

283-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
284-
285278
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
286279

287280
- Added explicit read permissions to examples.yml (#623)
@@ -356,8 +349,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
356349

357350
### Fixed
358351

359-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
360-
361352
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
362353

363354
- Add type hints to `setup_client()` and `create_new_account()` functions in `examples/account_create.py` (#418)
@@ -408,8 +399,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
408399

409400
### Fixed
410401

411-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
412-
413402
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
414403

415404
- Incompatible Types assignment in token_transfer_list.py
@@ -480,8 +469,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
480469

481470
### Fixed
482471

483-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
484-
485472
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
486473

487474
- Format account_create_transaction.py and add type hints
@@ -558,8 +545,6 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
558545

559546
### Fixed
560547

561-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
562-
563548
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
564549

565550
- missing ECDSA support in query.py and contract_create_transaction.py (was only creating ED25519 keys)
@@ -659,8 +644,6 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
659644

660645
### Fixed
661646

662-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
663-
664647
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
665648

666649
- fixed INVALID_NODE_ACCOUNT during node switching
@@ -682,8 +665,6 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
682665

683666
### Fixed
684667

685-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
686-
687668
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
688669

689670
- PR checks
@@ -723,8 +704,6 @@ contract_call_local_pb2.ContractLoginfo -> contract_types_pb2.ContractLoginfo
723704

724705
### Fixed
725706

726-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
727-
728707
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
729708

730709
- N/A

0 commit comments

Comments
 (0)