RyanZim-exo

#50318: docs: fix markdown formatting in fuses.md

Merged
Created: Mar 17, 2026, 10:55:59 AM
Merged: Mar 18, 2026, 9:47:52 AM
5 comments
Target: main

Description of Change

  • Use bulleted list (items were being run together on one line)
  • Wrap ASCII diagram in code block

Checklist

Release Notes

Notes: none

Backports

41-x-y
Merged
PR Number
#50333
Merged At
Mar 18, 2026, 10:09:27 AM
Released In
Not yet
Release Date
Not yet
42-x-y
Merged
PR Number
#50334
Merged At
Mar 18, 2026, 10:01:02 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron