Explicitly document that setTagAction and setTagResponseAction do not overwrite existing tag values.
.. versionadded:: 1.6.0
Associate a tag named ``name`` with a value of ``value`` to this query, that will be passed on to the response.
+ This function will not overwrite an existing tag. If the tag already exists it will keep its original value.
Subsequent rules are processed after this action.
Note that this function was called :func:`TagAction` before 1.6.0.
.. versionadded:: 1.6.0
Associate a tag named ``name`` with a value of ``value`` to this response.
+ This function will not overwrite an existing tag. If the tag already exists it will keep its original value.
Subsequent rules are processed after this action.
Note that this function was called :func:`TagResponseAction` before 1.6.0.