Skip to content

Commit

Permalink
Updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 8, 2018
1 parent 1a41641 commit 75ae51d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# History

## not yet released, version 3.19.1

- Fixed `simplify` evalution of `simplify` of functions with more than two
arguments wrongly: `simplify('f(x, y, z)') evaluated to `f(f(x, y), z)`
instead of `f(x, y, z)`. Thanks @joelhoover.
- Fixed `simplify` throwing an error in some cases when simplifying unknown
functions, for example `simplify('f(4)')`. Thanks @joelhoover.


## 2018-01-06, version 3.19.0

- Extended functions `distance` and `intersect` with support for BigNumbers.
Expand Down

0 comments on commit 75ae51d

Please sign in to comment.