From 0c596207cc60feac568b94ce93450f90144fa6fa Mon Sep 17 00:00:00 2001 From: Marcus Edel Date: Fri, 11 Oct 2019 21:58:25 +0200 Subject: [PATCH] Update history. --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ef28b42f5b..690368fc7f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,8 @@ * Add bindings for linear SVM (#1935); `mlpack_linear_svm` from the command-line, `linear_svm()` from Python. + * Add support to return the layer name as `std::string` (#1987). + ### mlpack 3.2.1 ###### 2019-10-01 * Enforce CMake version check for ensmallen (#2032).