diff --git a/ChangeLog b/ChangeLog index 2d05ad34..ed62c205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # markup: rd +== Sat April 29 2017 +- Enhancements + * Suppress warnings in Ruby 2.4 by suppressing use of Fixnum. + == Mon January 30 2017 - Enhancements * Support for assigning Ruby Complex types to GSL::Matrix::Complex. (@v0dro) diff --git a/lib/gsl/version.rb b/lib/gsl/version.rb index 264a1166..812041fd 100644 --- a/lib/gsl/version.rb +++ b/lib/gsl/version.rb @@ -1,3 +1,3 @@ module GSL - RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.2' + RUBY_GSL_VERSION = RB_GSL_VERSION = '2.1.0.3' end