From 2275bb54423cce4c16a6077abeb5fed42b2327cb Mon Sep 17 00:00:00 2001 From: ISibboI Date: Thu, 7 Apr 2022 15:20:26 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cd780..f056789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Added + * Builtin functions to check for nan, infinity and subnormality in floats (#101) + ### Removed ### Changed @@ -16,6 +18,10 @@ ### Contributors +My warmhearted thanks goes to: + + * [Ophir LOJKINE](https://github.com/lovasoa) + ## [7.2.0](https://github.com/ISibboI/evalexpr/compare/7.1.1...7.2.0) - 2022-03-16 ### Added @@ -418,4 +424,4 @@ For more details, see the following subsections. ## [1.0.0](https://github.com/ISibboI/evalexpr/tree/1.0.0) - 2019-03-20 - * First stable release \ No newline at end of file + * First stable release