Skip to content

Commit

Permalink
Updated history
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 13, 2018
1 parent 4504c3c commit ba03824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# History

## not yet released, version 3.19.1
## not yet released, version 3.20.0

- Implement support for 3 or more arguments for operators `+` and `*` in
`derivative`. Thanks @HarrySarson. See #1002.
- 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.
Expand Down

0 comments on commit ba03824

Please sign in to comment.