Update history

This commit is contained in:
josdejong 2020-04-08 16:15:11 +02:00
parent 7833e237a2
commit 9f8564be4f

View File

@ -3,6 +3,8 @@
# not yet published, version 6.6.3
- Fix #1808: methods `.toNumber()` and `.toNumeric()` not working on a
unitless unit.
- Fix #1645: not being able to use named operators `mod`, `and`, `not`, `or`,
`xor`, `to`, `in` as object keys. Thanks @Veeloxfire.
- Fix `eigs` not using `config.epsilon`.