From c19df25cd18dcec099c21e0f13d675bb6a443de9 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Sun, 25 Feb 2024 10:56:42 -0600 Subject: [PATCH] Add CHANGES note for new ieee_float expression in pyparsing.common --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 9d999e29..32483477 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,9 @@ Version 3.2.0 will also discontinue support for Python versions 3.6 and 3.7. Version 3.1.2 - in development ------------------------------ +- Added `ieee_float` expression to `pyparsing.common`, which parses float values, + plus "NaN", "Inf", "Infinity". PR submitted by Bob Peterson (#538). + - Updated pep8 synonym wrappers for better type checking compatibility. PR submitted by Ricardo Coccioli (#507).