diff --git a/changelog.d/29.feature.rst b/changelog.d/29.feature.rst new file mode 100644 index 0000000..5015566 --- /dev/null +++ b/changelog.d/29.feature.rst @@ -0,0 +1 @@ +Added the ``variants.inspect`` module, which provides a public API for inspecting variant function groups. It currently provides two functions: ``is_primary`` and ``is_primary_method``.