From 80bc851fe4cdc09eff465cd248b00293f3a24f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20S=C3=A9gaud?= Date: Thu, 31 Aug 2017 09:45:03 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201a2e3..444aecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - The interpreter now handles the use of multiple contexts (identified by name). -- Some operators now accept a function-style writer (eg. `min(1, 2)` instead of `min 1 +- Some operators now accept a function-style writer (eg. `min(1, 2)` instead of `min 1 2`. - Copies of all previously prcessed formulae are now kept in cache (optimization). ### Changed