Update change log with recent additions

This updates the change log with the advanced simplification rules,
support for the exponentation operator, and the newly added examples.
This commit is contained in:
Patrick Lühne 2018-04-11 21:50:15 +02:00
parent a01e78a467
commit 31d4a20491
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
## (unreleased)
### Features
* more and advanced simplification rules
* adds support for exponentiation operator
* new examples: prime numbers, permutation generator, and graph coloring (extended)
## 0.1.7 (2018-04-08)
### Features