#47427: docs: mention kwallet6
command line option
Merged
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
- PR description included and stakeholders cc'd
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
36-x-y
MergedPR Number
#47438Merged At
Jun 10, 2025, 6:35:49 PM
Released In
v36.5.0Release Date
Jun 17, 2025, 3:38:08 PM
37-x-y
MergedPR Number
#47437Merged At
Jun 10, 2025, 6:37:12 PM
Released In
v37.0.0-beta.5Release 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