diff options
-rw-r--r-- | CHANGES.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f3a4252b..da596a97 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,15 +23,14 @@ Unreleased - Reporting on dynamic contexts. Big thanks to Stephan Richter and Albertas Agejevas for the contribution. - - The ``--contexts`` command-line option is available on the ``report`` and - ``html`` command. It's a comma-separated list of shell-style wildcards, - selecting the contexts to report on. Only contexts matching one of the - wildcards will be included in the report. - - - The ``--show-contexts`` command-line option for the ``html`` command adds - context information to each covered line. Hovering over the "ctx" marker - at the end of the line reveals a list of the contexts that covered the - line. + - The ``--contexts`` option is available on the ``report`` and ``html`` + commands. It's a comma-separated list of shell-style wildcards, selecting + the contexts to report on. Only contexts matching one of the wildcards + will be included in the report. + + - The ``--show-contexts`` option for the ``html`` command adds context + information to each covered line. Hovering over the "ctx" marker at the + end of the line reveals a list of the contexts that covered the line. .. _changes_50a5: |