e9fe5b278c
This commit clarifies, cleans and improves releasenotes for murano Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com> Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
9 lines
345 B
YAML
9 lines
345 B
YAML
---
|
|
features:
|
|
- Implemented the capability for API endpoint ``/catalog/packages``
|
|
to filter 'id', 'category', 'tag' properties using the 'in' operator.
|
|
An example of using the 'in' operator for 'id' is
|
|
'id=in:id1,id2,id3'.
|
|
This filter is added using syntax that conforms to the latest
|
|
guidelines from the OpenStack API-WG.
|