Skip to content

Commit 5149d92

Browse files
committed
Specify that backward compatibliity rules apply even for indexed rules
1 parent c591ebb commit 5149d92

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RFCs/0002-pluggable-discovery.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,13 @@ myboard.vid=0x1234
382382
myboard.pid=0x4567
383383
```
384384

385+
or:
386+
387+
```
388+
myboard.vid.0=0x1234
389+
myboard.pid.0=0x4567
390+
```
391+
385392
to ensure backward compatibility we will transparently and automatically convert these definitions into the new format
386393

387394
```

0 commit comments

Comments
 (0)