Version 1.2.9 - 16-Dec-2020
---------------------------
* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
1.2.8 (2020-11-08)
* Added support for handling "slim" format zoneinfo files that are produced
by default by zic version 2020b and later. The POSIX-style TZ string is
now used calculate DST transition times after the final defined transition
in the file. The 64-bit section is now always used regardless of whether
Time has support for 64-bit times. #120.
* Rubinius is no longer supported.
Update ruby-tzinfo1 to 1.2.7.
Version 1.2.7 - 2-Apr-2020
--------------------------
* Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114.
* Fixed warnings when running on Ruby 2.8. #112.