-
Jean Boussier authored
Historically `Date._iso8601(nil)` returns `{}`. But in these versions it raises a `TypeError` changing the exception type of `ActiveSupport::TimeZone#iso8601(nil)`, which may break some applications.
Jean Boussier authoredHistorically `Date._iso8601(nil)` returns `{}`. But in these versions it raises a `TypeError` changing the exception type of `ActiveSupport::TimeZone#iso8601(nil)`, which may break some applications.
Loading