Skip to content

Commit 4dfac20

Browse files
committed
Update release notes
1 parent 8cb2f51 commit 4dfac20

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

doc/ReleaseNotes.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
* Bumped the winget version to 1.28 to match the package version.
44
* Additional [options for limiting the size of log files](https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#file).
55

6-
# Experimental Feature: 'sourceEdit'
6+
# Feature: 'source edit'
77
New feature that adds an 'edit' subcommand to the 'source' command. This can be used to set an explicit source to be implicit and vice-versa. For example, with this feature you can make the 'winget-font' source an implicit source instead of explicit source.
88

9-
To enable this feature, add the 'sourceEdit' experimental feature to your settings.
10-
```
11-
"experimentalFeatures": {
12-
"sourceEdit": true
13-
},
14-
```
159
To use the feature, try `winget source edit winget-font` to set the Explicit state to the default.
1610

1711
## Bug Fixes

0 commit comments

Comments
 (0)