Skip to content

Commit b702a43

Browse files
authored
Update CHANGELOG.md
changed description
1 parent dd5a01c commit b702a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
1919
### Added
2020

2121
- `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.
2323

2424
## December 2023
2525

@@ -98,4 +98,4 @@ The language extends typetags with support for different binding times of values
9898

9999
### Changed
100100

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

Comments
 (0)