Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
Releases
======================


fmf-1.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:ref:`context` dimension names can now contain dash characters as
well so that multi-word names such as ``deployment-mode`` can be
used.

The merge suffix, for example ``+`` in the ``environment+`` key,
is now correctly stripped from the nodes defined in the root of
the tree as well.

A new callback ``additional_rules_callback`` can now be provided
to the :py:meth:`fmf.Tree.adjust` method and affect which nodes
should be adjusted using the ``additional_rules``.


fmf-1.6.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down