From 9f8564be4fa9dcedcd7cbc05128f8bce8c61fe37 Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 8 Apr 2020 16:15:11 +0200 Subject: [PATCH] Update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 509c12820..0d0b59162 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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`.