diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c38c1bb..a6f01bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Adds quotes to the attributes of PartiQL tuple's debug output so it can be read and transformed using Kotlin `partiql-cli` - [breaking] Changes the interface to `EvalPlan` to accept an `EvalContext` +- [breaking] Changes `EvaluationError` to not implement `Clone` ### Added - Add `partiql-extension-visualize` for visualizing AST and logical plan @@ -16,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `ORDER BY`'s ability to see into projection aliases +- Fixed errors in `BaseTableExpr`s get added to the evaluation context ## [0.6.0] - 2023-10-31 ### Changed