From bf76a0be268c41f17894a956e84cefb946d8a4c4 Mon Sep 17 00:00:00 2001 From: Florian Ebeling Date: Fri, 18 Sep 2015 08:18:57 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5794356..7ead190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased][unreleased] -### Fixed -- Fix a bug in `Libsvm::Node#==` when comparing with `nil`. - +## [1.4.0] - 2015-09-18 ### Changed - Complete transition to `expect` specs. +- Raise exception in `Libsvm::Model.load` if model can't be loaded (fixes #21). +### Fixed +- Fix a bug in `Libsvm::Node#==` when comparing with `nil`. ## [1.3.1] - 2015-03-21 ### Fixed