Update changelog

This commit is contained in:
Sebastian Schmidt 2019-08-29 18:43:14 +03:00
parent 7c8d845d12
commit 03a30205e2

View File

@ -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