From 03a30205e2300a2f2a74927f65648e280bca2e5f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 29 Aug 2019 18:43:14 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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