6314f09ed4
this change fixes the typos in the releasenotes """ codespell --ignore-words=doc/dictionary.txt -i 3 -w releasenotes/ """ Change-Id: I29cd5268cd129b194c43a9f6b08a2b7b1c254b65
5 lines
222 B
YAML
5 lines
222 B
YAML
---
|
|
features:
|
|
- Enhance pci.passthrough_whitelist to support regular expression syntax.
|
|
The 'address' field can be regular expression syntax.
|
|
The old pci.passthrough_whitelist, glob syntax, is still valid config. |