Skip to content

Commit 517b86b

Browse files
committed
Final release preparations (hopefully). Updated history and added Ruby 2.4.2 to Travis config.
1 parent 6c49bc7 commit 517b86b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rvm:
1515
- 2.1.8
1616
- 2.2.4
1717
- 2.3.0
18+
- 2.4.2
1819
- ruby-head
1920
# The latest stable and head versions built by clang
2021
- 2.3.0-clang

History.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,3 +888,22 @@
888888
* Fixed gem installation problem caused by mkmf
889889
abstraction (by @mrkn)
890890

891+
=== 0.2.4 / 2017-12-14
892+
893+
* No major enhancements.
894+
895+
* 2 minor enhancements:
896+
897+
* Eliminated code reuse in math.rb between JRuby and MRI
898+
versions of library (by @prasunanand)
899+
900+
* Slightly simplified #positive_definite? (by
901+
@prasunanand)
902+
903+
* 2 bug fixes:
904+
905+
* Fixed compilation problem on Mac OS X High Sierra (by
906+
@mohawkjohn)
907+
908+
* Fixed failing #block_diagonal spec (due to missing
909+
Array#sum) (by @mohawkjohn)

0 commit comments

Comments
 (0)