From 67d11eab5723975288edc566033654dae1c9aead Mon Sep 17 00:00:00 2001 From: gumbarros Date: Mon, 7 Oct 2024 09:23:40 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3eefba..5d33435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 5.2.10 +* Issue 335 parsing of large decimal literals by @kierantop in https://github.com/ncalc/ncalc/pull/340 +* Improve number parser readability by @gumbarros in https://github.com/ncalc/ncalc/pull/341 +* Fix exponentiation at NCalc.Async by @gumbarros in https://github.com/ncalc/ncalc/pull/343 + # 5.2.9 * Fix nested functions at `FunctionExtractionVisitor` by @gumbarros in https://github.com/ncalc/ncalc/pull/336 * Fix logical operator priority by @gumbarros in https://github.com/ncalc/ncalc/pull/338