From 2bc4e9fea627c7b5957f05750b0b104f716323e3 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 2 Sep 2020 13:07:11 -0400 Subject: [PATCH] Update HISTORY.md. --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 7943e77272..c2acee062f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ ### mlpack ?.?.? ###### ????-??-?? + * Fix incorrect parsing of required matrix/model parameters for command-line + bindings (#2600). + * Add manual type specification support to `data::Load()` and `data::Save()` (#2084, #2135, #2602).