Skip to content

Commit

Permalink
Preparing v2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Jul 19, 2022
1 parent 264c763 commit d9b289e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## Version 2.0.5 - 19-Jul-2022

* Changed `DateTime` results to always use the proleptic Gregorian calendar.
This affects `DateTime` results prior to 1582-10-15 and any arithmetic
performed on the results that would produce a secondary result prior to
1582-10-15.
* Added support for eager loading all the time zone and country data by calling
either `TZInfo::DataSource#eager_load!` or `TZInfo.eager_load!`. Compatible
with Ruby On Rails' `eager_load_namespaces`. #129.
* Ignore the SECURITY file from Arch Linux's tzdata package. #134.


## Version 2.0.4 - 16-Dec-2020

* Fixed an incorrect `InvalidTimezoneIdentifier` exception raised when loading a
Expand Down
2 changes: 1 addition & 1 deletion lib/tzinfo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

module TZInfo
# The TZInfo version number.
VERSION = '2.0.4'
VERSION = '2.0.5'
end

0 comments on commit d9b289e

Please sign in to comment.