From c44e6944940bbc6c75da1fd5c604a40f3676afd2 Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:13:41 +0530 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 3976c0d6d3..009e4868a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ ### mlpack ?.?.? ###### ????-??-?? + * Fix PReLU ann layer (#3420). + * Update outdated code in tutorials (#3398). * Bugfix for non-square convolution kernels (#3376).