nikwen

#47427: docs: mention kwallet6 command line option

Merged
Created: Jun 9, 2025, 6:30:36 PM
Merged: Jun 10, 2025, 3:12:31 PM
3 comments
Target: main

Description of Change

Fixes #47424

Support for this command line flag was added in https://chromium-review.googlesource.com/c/chromium/src/+/4671159.

Thanks to @iteratee for bringing this to our attention!

Checklist

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#47438
Merged At
Jun 10, 2025, 6:35:49 PM
Released In
v36.5.0
Release Date
Jun 17, 2025, 3:38:08 PM
37-x-y
Merged
PR Number
#47437
Merged At
Jun 10, 2025, 6:37:12 PM
Released In
v37.0.0-beta.5
Release Date
Jun 12, 2025, 8:31:22 AM

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