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).