Skip to content

Commit 798f742

Browse files
committed
Update CHANGELOG.md
1 parent 26eb81d commit 798f742

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 5.2.0
2+
* Added `FunctionExtractionVisitor` by @gumbarros in https://github.com/ncalc/ncalc/pull/290
3+
* Re-use `LogicalExpressionList` logic for `Function` parameters by @gumbarros in https://github.com/ncalc/ncalc/pull/291
4+
* Added `EvaluationHelper` and `in` operator should respect string comparer by @gumbarros in https://github.com/ncalc/ncalc/pull/292
5+
* Small refactoring of MathHelper.ConvertToHighestPrecision by @Bykiev in https://github.com/ncalc/ncalc/pull/293
6+
* Code cleanup by @Bykiev in https://github.com/ncalc/ncalc/pull/294
7+
* Added `ExpressionBase` by @gumbarros in https://github.com/ncalc/ncalc/pull/297
8+
* ifs improvement by @Bykiev in https://github.com/ncalc/ncalc/pull/298
9+
* Update Parlot package by @Bykiev in https://github.com/ncalc/ncalc/pull/299
10+
* Update Parlot (1.0.2) by @Bykiev in https://github.com/ncalc/ncalc/pull/300
11+
* Add `ValueType.Guid` by @gumbarros in https://github.com/ncalc/ncalc/pull/301
12+
* Breaking Change: Use `ValueTask` instead of `Task` at `NCalc.Async` by @gumbarros in https://github.com/ncalc/ncalc/pull/302
13+
14+
**Full Changelog**: https://github.com/ncalc/ncalc/compare/v5.1.0...v5.2.0
15+
116
# 5.1.0
217
* Fix typo in MathHelper by @Bykiev in https://github.com/ncalc/ncalc/pull/273
318
* Small refactoring of Expression.IterateParameters by @Bykiev in https://github.com/ncalc/ncalc/pull/274

0 commit comments

Comments
 (0)