Skip to content

Commit a32233b

Browse files
committed
fix: move SHA fix to existing Fixed section in CHANGELOG
Signed-off-by: cheese-cakee <farzanaman99@gmail.com>
1 parent 8262687 commit a32233b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7373
- Coderabbit prompt for .github
7474
- Added merge conflict bot workflow (`.github/workflows/bot-merge-conflict.yml`) and helper script (`.github/scripts/bot-merge-conflict.js`) to detect and notify about PR merge conflicts, with retry logic for unknown mergeable states, idempotent commenting, and push-to-main recheck logic (#1247)
7575

76-
### Fixed
77-
- Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278)
78-
7976
### Changed
8077
- Bumped requests from 2.32.3 to 2.32.4 to 2.32.5
8178
- Moved `docs/sdk_developers/how_to_link_issues.md` to `docs/sdk_developers/training/workflow/how_to_link_issues.md` and updated all references (#1222)
@@ -121,6 +118,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
121118

122119
### Fixed
123120

121+
- Fixed step-security/harden-runner action SHA in merge conflict bot workflow (#1278)
124122
- Fixed the README account balance example to use correct SDK APIs and provide a runnable testnet setup. (#1250)
125123
- 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])
126124
- Fixed inactivity bot workflow not checking out repository before running (#964)

0 commit comments

Comments
 (0)