Add release note for bug 1845322

In change I0f9f75cba68e7582d32d4aab2f8f077b4360d386, we modified the
behavior of the ``--hint`` option for the ``boot`` command. We want to
backport this so add a release note to alert users to the change in
behavior.

Change-Id: I753e9a0cda1e118578373c519cf2fb2dd605a623
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Related-Bug: #1845322
This commit is contained in:
Stephen Finucane 2019-10-01 15:43:26 +01:00
parent 6954aacd54
commit 48634ed51e

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The ``--hint`` option for the ``boot`` command expects a key-value
argument. Previously, if this was not the case, the argument would be
silently ignored. It will now raise an error.