You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
19
19
### Added
20
20
21
21
-`NumberLiteral` can now be converted to a `BigDecimal` with the method `toBigDecimal`.
22
-
- Named based access of result rows of multi decision tables were added. Rows can be referenced by name and coexist with the index based access.
22
+
- Named based access of result columns of multi decision tables were added. Columns can be referenced by name and coexist with the index based access.
23
23
24
24
## December 2023
25
25
@@ -98,4 +98,4 @@ The language extends typetags with support for different binding times of values
98
98
99
99
### Changed
100
100
101
-
-`IETS3ExprEvalHelper` methods no longer log exceptions that they re-throw. Some callers may ignore exceptions thrown by the interpreter, and having them logged unnecessarily clutters the logs. It is now the caller's responsibility to log exceptions where needed.
101
+
-`IETS3ExprEvalHelper` methods no longer log exceptions that they re-throw. Some callers may ignore exceptions thrown by the interpreter, and having them logged unnecessarily clutters the logs. It is now the caller's responsibility to log exceptions where needed.
0 commit comments