From 1755e50631f7b69acf12a4f50c6e4a3ecb752a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bouysset?= Date: Fri, 11 Jun 2021 15:17:17 +0200 Subject: [PATCH] add versionchanged note --- prolif/fingerprint.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prolif/fingerprint.py b/prolif/fingerprint.py index e8727c0..b2d0800 100644 --- a/prolif/fingerprint.py +++ b/prolif/fingerprint.py @@ -57,6 +57,9 @@ def _return_first_element(f): >>> bar.__wrapped__() (1, 2, 3) + .. versionchanged:: 0.3.3 + The function now must return three values + """ @wraps(f) def wrapper(*args, **kwargs):