From b9f74c14afe4813b56d519416e29dc92c5e9fc7e Mon Sep 17 00:00:00 2001 From: s915 Date: Sat, 23 Oct 2021 23:58:13 +0200 Subject: [PATCH] Modification of NEWS.md for issue #11. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2dde303..594682e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Version 0.3.2 -* Modification of the regular expression for float values in the function `value_to_float!()`. From `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*e*[0-9]*$")` to `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*$")` (@tlorans, issue "Error with value_to_float! function #11"). +* Modification of the regular expression for the float values in the function `value_to_float!()`. From `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*$")` to `Ref(r"^[0-9]*[[:blank:]]*[0-9]+\.*[0-9]*e*[0-9]*$")` (@tlorans, issue "Error with value_to_float! function #11"). * Add a compat entry for the DataFrames package : 1.2. # Version 0.3.1