From 5f5fff1f7f8291b4d2a6cccfd33bde2dfa6c88ce Mon Sep 17 00:00:00 2001 From: Hernan Grecco Date: Fri, 19 May 2023 20:25:41 -0300 Subject: [PATCH] Updated CHANGES for 0.22rc2 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9037b47d8..8f587ebc6 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,8 @@ Pint Changelog - In order to make static typing possible as required by mypy and similar tools, the way to subclass the registry has been changed. +- Allow non-quantity atol parameters for isclose and allclose. + (PR #1783) 0.21 (2023-05-01)