Skip to content

Commit

Permalink
Final release preparations (hopefully). Updated history and added Rub…
Browse files Browse the repository at this point in the history
…y 2.4.2 to Travis config.
  • Loading branch information
translunar committed Dec 14, 2017
1 parent 6c49bc7 commit 517b86b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rvm:
- 2.1.8
- 2.2.4
- 2.3.0
- 2.4.2
- ruby-head
# The latest stable and head versions built by clang
- 2.3.0-clang
Expand Down
19 changes: 19 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -888,3 +888,22 @@
* Fixed gem installation problem caused by mkmf
abstraction (by @mrkn)

=== 0.2.4 / 2017-12-14

* No major enhancements.

* 2 minor enhancements:

* Eliminated code reuse in math.rb between JRuby and MRI
versions of library (by @prasunanand)

* Slightly simplified #positive_definite? (by
@prasunanand)

* 2 bug fixes:

* Fixed compilation problem on Mac OS X High Sierra (by
@mohawkjohn)

* Fixed failing #block_diagonal spec (due to missing
Array#sum) (by @mohawkjohn)

0 comments on commit 517b86b

Please sign in to comment.