Skip to content

Commit 298a9b1

Browse files
committed
Update CHANGELOG.MD
1 parent ab94fa4 commit 298a9b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.3.2
2+
* Fix handling new lines in expression by @Bykiev in https://github.com/ncalc/ncalc/pull/234
3+
* Add support UInt64 for binary operators by @Bykiev in https://github.com/ncalc/ncalc/pull/237
4+
* Fix parsing expression by @Bykiev in https://github.com/ncalc/ncalc/pull/241
5+
* Re-added `HasErrors` method to `NCalc.Async` by @gumbarros in https://github.com/ncalc/ncalc/pull/245
6+
* Require braces to be closed by a brace of the same type by @gumbarros in https://github.com/ncalc/ncalc/pull/246
7+
* Make unclosed brace cause a parsing exception by @gmcchessney in https://github.com/ncalc/ncalc/pull/243
8+
19
# 4.3.1
210
* Fix handling new lines in expression by @Bykiev in https://github.com/ncalc/ncalc/pull/234
311

0 commit comments

Comments
 (0)