Correction in zed milestone 1 releasenotes

Change-Id: Ia6fa125587cc4eacb4008dbe9ca95a6c11cd7f39
This commit is contained in:
Pranali Deore 2022-05-19 04:44:05 +00:00
parent 84c7ba3adf
commit 8ad53ffbde
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
---
fixes:
- |
Bug 1972666_: Added cli_opts and cache_opts to support configgen to pick all
groups from wsgi.py
groups from wsgi.py
.. _1972666: https://code.launchpad.net/bugs/1972666
.. _1972666: https://code.launchpad.net/bugs/1972666

View File

@ -1,9 +1,9 @@
---
critical:
- |
* Correction of API response code for PUT /v2/cache/{image_id} from HTTP 200
to HTTP 202.
Bug <https://code.launchpad.net/bugs/1971521>
Correction of API response code for PUT /v2/cache/{image_id} from HTTP 200
to HTTP 202.
(`Bug 1971521 <https://code.launchpad.net/bugs/1971521>`_)
fixes:
- |