From 83d597f1fcf812aa7308c41ba213f46334ba1c24 Mon Sep 17 00:00:00 2001 From: Shauna Gordon-McKeon Date: Thu, 12 Dec 2019 11:03:21 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb8b20fe..9c0a55404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ Release Date: 12-12-2019 #### Minor Changes +- Fixed slicing error in minimizeNelderMead. ([#460](https://github.com/econ-ark/HARK/pull/460)) - Fixed matplotlib GUI error. ([#444](https://github.com/econ-ark/HARK/pull/444)) - Pinned sphinx dependency. ([#436](https://github.com/econ-ark/HARK/pull/436)) - Fixed bug in ConsPortfolioModel in which the same risky rate of return would be drawn over and over. ([#433](https://github.com/econ-ark/HARK/pull/433))