Add a release note for list by branch

Change I9267598fcf2eb9316023c453d29bb1ffe4f94404 added a new
parameter for the --list/-l action, but missed including a release
note. As we're approaching another release, rectify that.

Change-Id: Iee37a20a2aa1157a8707a11544ae53b721e23e57
This commit is contained in:
Jeremy Stanley
2025-05-19 13:46:19 +00:00
parent ce8e28b1f0
commit a3be713b85

View File

@@ -0,0 +1,7 @@
---
features:
- |
The ``--list`` (``-l``) action now takes an optional branch parameter,
filtering the output to only include changes for the branch indicated.
If no branch is specified, the full list of open changes is still
returned as before.