From 3756b660692807a647ea21b37687abac2cabed36 Mon Sep 17 00:00:00 2001 From: jos Date: Tue, 4 Feb 2020 20:36:30 +0100 Subject: [PATCH] Update history --- HISTORY.md | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 8de30b6cd8..7b18c11eac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,11 @@ # History +# not yet published, version 6.6.1 + +- Fix #1725: simplify `a/(b/c)`. Thanks @dbramwell. + + # 2020-02-01, version 6.6.0 - Implemented function `eigs`, see #1705, #542 #1175. Thanks @arkajitmandal. diff --git a/package.json b/package.json index 431cf98b95..6a4bb092db 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "Chris Hadgis (https://github.com/SzechuanSage)", "Clinton Curry (https://github.com/clintonc)", "Dakota Blair (https://github.com/dakotablair)", + "David Bramwell (https://github.com/dbramwell)", "Daniel Kostro (https://github.com/stropitek)", "Daniel Levin (https://github.com/daniel-levin)", "David Simons (https://github.com/SwamWithTurtles)",