Skip to content

Commit 069f0cb

Browse files
authored
fix: remove trailing whitespace from CHANGELOG.md ### Fixed block (#32074)
## **Description** <!-- mms-check: type=text required=true --> The `### Fixed` section header and surrounding lines in the `[7.81.2]` unreleased block contained a large number of trailing spaces. This caused the `@metamask/auto-changelog` parser to throw a `Malformed category header` error when generating the changelog for the upcoming `8.0.0` release, blocking the automated release cut workflow. This is the equivalent fix to [#32060](#32060) (merged into `release/8.0.0`) applied to `main` so the issue does not recur on the next release cycle. ## **Changelog** <!-- mms-check: type=changelog required=true blocking=true --> CHANGELOG entry: null ## **Related issues** <!-- mms-check: type=issue-link required=true --> Refs: #32060 ## **Manual testing steps** <!-- mms-check: type=manual-testing required=true --> N/A ## **Screenshots/Recordings** <!-- mms-check: type=screenshot required=true --> ### **Before** N/A ### **After** N/A ## **Pre-merge author checklist** <!-- mms-check: type=checklist required=true --> - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I've included tests if applicable - [x] I've documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I've applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. #### Performance checks (if applicable) - [x] I've tested on Android - Ideally on a mid-range device; emulator is acceptable - [x] I've tested with a power user scenario - Use these [power-user SRPs](https://consensyssoftware.atlassian.net/wiki/spaces/TL1/pages/edit-v2/401401446401?draftShareId=9d77e1e1-4bdc-4be1-9ebb-ccd916988d93) to import wallets with many accounts and tokens - [x] I've instrumented key operations with Sentry traces for production performance metrics - See [`trace()`](/app/util/trace.ts) for usage and [`addToken`](/app/components/Views/AddAsset/components/AddCustomToken/AddCustomToken.tsx#L274) for an example For performance guidelines and tooling, see the [Performance Guide](https://consensyssoftware.atlassian.net/wiki/spaces/TL1/pages/400085549067/Performance+Guide+for+Engineers). ## **Pre-merge reviewer checklist** - [x] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [x] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. Made with [Cursor](https://cursor.com)
1 parent f9d99c0 commit 069f0cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
- Enhance PredictMarketRowItem with endAccessory prop and remove NBA champion discovery references. (#31923)
1515

16-
### Fixed
17-
18-
- Fix odds prices stale on feed cards and event page during live markets (#31922)
16+
### Fixed
17+
18+
- Fix odds prices stale on feed cards and event page during live markets (#31922)
1919
- Fix extended sports outcome grouping, spread ordering, and live pricing (#31934)
2020

2121
## [7.81.1]

0 commit comments

Comments
 (0)