From 7e3fdef92e32bc29b3016ed84db516ca634c1c87 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Wed, 6 Jul 2022 11:14:29 +0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d69a5..02c2106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Builtin functions to check for nan, infinity and subnormality in floats (#101) * Builtin random function (#102) * Implement `TryFrom` for all types a value can hold (#105) + * Split VariableIdentifier node into read and write variants (#106) ### Removed @@ -24,6 +25,7 @@ My warmhearted thanks goes to: * [Ophir LOJKINE](https://github.com/lovasoa) * [Joe Grund](https://github.com/jgrund) + * [Luka Maljic](https://github.com/malj) ## [7.2.0](https://github.com/ISibboI/evalexpr/compare/7.1.1...7.2.0) - 2022-03-16