From 5a85e705c000d252536b539d70d375c269eeb165 Mon Sep 17 00:00:00 2001 From: Heiko Strathmann Date: Tue, 22 Apr 2014 00:54:45 +0100 Subject: [PATCH] mention CList bugfix in news --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index d8b47c793e1..3be0ace78d9 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ - Add Multiple Kernel Learning notebook [Saurabh Mahindre] - Add Multi-Label classes to enable Multi-Label classification [Thoralf Klein] * Bugfixes: + - Fix reference counting bugs in CList when reference counting is on [Heiko Strathmann, Thoralf Klein, lambday] - Fix memory problem in PCA::apply_to_feature_matrix [Parijat Mazumdar] - Fix crash in LeastAngleRegression for the case D greater than N [Parijat Mazumdar] - Fix memory violations in bundle method solvers [Thoralf Klein]