diff --git a/src/NEWS b/src/NEWS index cb0933ed516..f9df77db61e 100644 --- a/src/NEWS +++ b/src/NEWS @@ -12,6 +12,7 @@ - Fix json serialization. - Fixed bugs in FITC inference method that caused wrong posterior results. - Fixed bugs in GP Regression that caused negative values for the variances. + - Fixed two memory errors in the streaming-features framework. * Cleanup and API Changes: - Rename HMSVMLabels to SequenceLabels - Refactored method to fit a sigmoid to SVM scores, now in CStatistics,