We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671a278 commit bf76a0bCopy full SHA for bf76a0b
CHANGELOG.md
@@ -2,12 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [Unreleased][unreleased]
6
-### Fixed
7
-- Fix a bug in `Libsvm::Node#==` when comparing with `nil`.
8
-
+## [1.4.0] - 2015-09-18
9
### Changed
10
- 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`.
11
12
## [1.3.1] - 2015-03-21
13
### Fixed
0 commit comments