You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,9 +111,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
111
111
112
112
### Fixed
113
113
114
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
115
-
116
114
- 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)
117
116
118
117
- Fixed the README account balance example to use correct SDK APIs and provide a runnable testnet setup. (#1250)
119
118
- 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.
156
155
157
156
### Fixed
158
157
159
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
160
-
161
158
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
162
159
163
160
- 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.
219
216
220
217
### Fixed
221
218
222
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
223
-
224
219
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
225
220
226
221
- 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.
280
275
281
276
### Fixed
282
277
283
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
284
-
285
278
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
286
279
287
280
- 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.
356
349
357
350
### Fixed
358
351
359
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
360
-
361
352
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
362
353
363
354
- 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.
408
399
409
400
### Fixed
410
401
411
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
412
-
413
402
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
414
403
415
404
- 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.
480
469
481
470
### Fixed
482
471
483
-
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section (#1248)
484
-
485
472
- Fixed typo in workflow.md documentation - changed 'reslve' to 'resolve' in the changelog update section
486
473
487
474
- Format account_create_transaction.py and add type hints
0 commit comments