diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dba73a..a2fe540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Allow using context operations in `eval` calls without context * Operator assignment operators for each binary operation (`+=`, `-=`, ...) * The `Operator` enum is now public for better error types + * Benchmarks for observing performance of future releases ### Removed