From f82d5ca6c8fc9c071bab704a626ccca66d00cc6e Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Thu, 3 May 2018 15:45:41 -0400 Subject: [PATCH] Add changelog for PR #29 --- changelog.d/29.feature.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/29.feature.rst 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``.