From fd40bd1a5b5f2a08674755afb1a507785c7387f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 9 Jun 2017 22:02:02 +0200 Subject: [PATCH] Added bug fix to change log. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c9f9c..4620b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Bug Fixes: * adds missing error message when attempting to read inaccessible file * removes unnecessary parentheses after simplification +* fixes incorrect simplification with binary operations in arguments ## 0.1.5 (2017-05-04)