From 9c9705a32c2e52202f638e5e033b5909638fdb28 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Tue, 16 Oct 2018 19:35:38 +0200 Subject: [PATCH] Update changelog (#316) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c44b94..12a9c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This changelog references the relevant changes done in PHP-ML library. * fix travis build on osx (#281) * fix SVM locale (non-locale aware) (#288) * typo, tests, code styles and documentation fixes (#265, #261, #254, #253, #251, #250, #248, #245, #243) + * change [MLPClassifier] return labels in output (#315) * 0.6.2 (2018-02-22) * Fix Apriori array keys (#238)