diff options
author | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
commit | a9800eae9f06092c8c339d197067e6afb503a445 (patch) | |
tree | 8d3246938c19838b9431f748e3699df8bb648049 /schemas/config | |
parent | 9002b16d9944dc72b9c26b785232861ed43dd787 (diff) |
feat: update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas/config')
-rw-r--r-- | schemas/config/3.0.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/config/3.0.schema.json b/schemas/config/3.0.schema.json index aa578ba3..5134dba0 100644 --- a/schemas/config/3.0.schema.json +++ b/schemas/config/3.0.schema.json @@ -1852,7 +1852,7 @@ }, "proto": { "type": "array", - "description": "Proto file to use, multiply files supported [SINCE 2.6]", + "description": "Proto file to use, multiply files supported [SINCE 2.6]. As of [v2023.1.4], wilcards are allowed in the proto field", "items": { "type": "string" } |