Skip to content

Commit 5137845

Browse files
Add versionadded tag to docstring
1 parent d9ccf67 commit 5137845

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pyhf/experimental/modifiers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ def add_custom_modifier(
238238
Returns:
239239
:obj:`dict`: The updated ``pyhf.modifiers.histfactory_set`` with the added
240240
custom modifier type.
241+
242+
.. versionadded:: 0.8.0
241243
"""
242244
_builder = make_builder(func_name, deps, new_params)
243245
_applier = make_applier(func_name, deps, new_params)

0 commit comments

Comments
 (0)