From 7b175b58d52db006c88d92e8902af61a2cf55fa2 Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 28 Oct 2015 09:22:10 +0100 Subject: [PATCH] Updated history --- HISTORY.md | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b9f3b5e02..c79860abd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,8 @@ ## not yet released, version 2.4.1 - Fixed #480: `nthRoot` not working on Internet Explorer (up to IE 11). +- Fixed #489: an issue with initializing a sparse matrix without data. + Thanks @Retsam. ## 2015-10-09, version 2.4.0 diff --git a/package.json b/package.json index cc553cccf..468a1ec62 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "Owen Versteeg (https://github.com/owenversteeg)", "Pavel Panchekha (https://github.com/pavpanchekha)", "Pete Corey (https://github.com/pcorey)", + "Retsam (https://github.com/Retsam)", "Robert Eisele (https://github.com/infusion)", "Rogelio J. Baucells (https://github.com/rjbaucells)", "Ryan Seys (https://github.com/ryanseys)",