Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9b289e

Browse files
committed
Preparing v2.0.5.
1 parent264c763 commitd9b289e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

‎CHANGES.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#Changes
22

3+
##Version 2.0.5 - 19-Jul-2022
4+
5+
* Changed`DateTime` results to always use the proleptic Gregorian calendar.
6+
This affects`DateTime` results prior to 1582-10-15 and any arithmetic
7+
performed on the results that would produce a secondary result prior to
8+
1582-10-15.
9+
* Added support for eager loading all the time zone and country data by calling
10+
either`TZInfo::DataSource#eager_load!` or`TZInfo.eager_load!`. Compatible
11+
with Ruby On Rails'`eager_load_namespaces`.#129.
12+
* Ignore the SECURITY file from Arch Linux's tzdata package.#134.
13+
14+
315
##Version 2.0.4 - 16-Dec-2020
416

517
* Fixed an incorrect`InvalidTimezoneIdentifier` exception raised when loading a

‎lib/tzinfo/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
moduleTZInfo
55
# The TZInfo version number.
6-
VERSION='2.0.4'
6+
VERSION='2.0.5'
77
end

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp