From 147b43f83216c612ab0122c8a3961895c4222abe Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 21 Feb 2018 20:31:33 -0300 Subject: [PATCH] Small changelog tweak --- changelog/3247.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3247.bugfix.rst b/changelog/3247.bugfix.rst index e8091f4e5..9483ceeea 100644 --- a/changelog/3247.bugfix.rst +++ b/changelog/3247.bugfix.rst @@ -1 +1 @@ -Fix issue with approx on Decimal value. \ No newline at end of file +Fix ``TypeError`` issue when using ``approx`` with a ``Decimal`` value.