diff --git a/releasenotes/notes/list-branch-f7ba75e3e4b71b08.yaml b/releasenotes/notes/list-branch-f7ba75e3e4b71b08.yaml new file mode 100644 index 00000000..4844c19b --- /dev/null +++ b/releasenotes/notes/list-branch-f7ba75e3e4b71b08.yaml @@ -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.