From c35e0b99c19c2cc0f415ed92abfa567049aedba4 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 16 Feb 2022 17:27:41 +0100 Subject: [PATCH] Update history --- AUTHORS | 2 ++ HISTORY.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/AUTHORS b/AUTHORS index e424f7da9f..2fba608046 100644 --- a/AUTHORS +++ b/AUTHORS @@ -178,5 +178,7 @@ thetazero Alfonso Valenciana David Glen Whitney +Divya Yeruva +Yeruva # Generated by tools/update-authors.js diff --git a/HISTORY.md b/HISTORY.md index 691200104d..1941ef91a3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,10 @@ see #2399, #2391. Thanks @gwhitney. - Implemented function `leafCount` as a first simple measure of the complexity of an expression, see #2411, #2389. Thanks @gwhitney. +- Fix #2413: improve `combinations` to return an integer result without rounding + errors for larger values, see #2414. Thanks @gwhitney. +- Fix #2385: function `rotate` missing in TypeScript definitions. + Thanks @DIVYA-19. # 2022-02-02, version 10.1.1