#53164: docs: update breaking-changes.md after 44.0.0 release
Merged
-
Move two changes into the 45 section that didn't end up being
backported into 44. -
Remove "Planned" from all section headers, and add a disclaimer about
changes listed for future releases.
Checklist
- I have filled out the PR description
Release Notes
Notes: none
Backports
44-x-y
In-flightSemver 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