We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab94fa4 commit 298a9b1Copy full SHA for 298a9b1
CHANGELOG.md
@@ -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
+
9
# 4.3.1
10
* Fix handling new lines in expression by @Bykiev in https://github.com/ncalc/ncalc/pull/234
11
0 commit comments