Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jan 30, 2025
1 parent 0977751 commit fd7c994
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
= 0.5.2 - 2025-01-31
* Reduce allocations through on the parse hot path

= 0.5.1 - 2025-01-07
* Make frozen string compatible

= 0.5.0 - 2024-12-02
* Reduce allocations through some internal parsing changes
* Changed parse method arg handling to simple using keyword args
Expand All @@ -13,12 +19,10 @@

= 0.4.3 - 2019-06-16
* Fixed `Timeliness.ambiguous_date_format` being used in new threads if custom value set
* Moved all config from Timeliness to new Configuration class. Delegated all
old config methods to Timeliness.configuration instance.
* Moved all config from Timeliness to new Configuration class. Delegated all old config methods to Timeliness.configuration instance.

= 0.4.2 - 2019-06-15
* Fixed thread safe issue that forced you to use one of the date format methods e.g. `use_euro_formats`
to initialize the format sets in each new thread. Now a new thread will default to the global default (main thread).
* Fixed thread safe issue that forced you to use one of the date format methods e.g. `use_euro_formats` to initialize the format sets in each new thread. Now a new thread will default to the global default (main thread).
* Add `Timeliness.ambiguous_date_format` config setting (:us or :euro) to control global default for date format sets.

= 0.4.1 - 2019-06-11
Expand All @@ -27,8 +31,7 @@
* Add 'zt' format token to support 'Z' (Zulu time) zone offset i.e. +00:00 or UTC

= 0.4.0 - 2019-02-09
* Add threadsafety for use_euro_formats & use_us_formats to allow runtime
switching (andruby, timdiggins)
* Add threadsafety for use_euro_formats & use_us_formats to allow runtime switching (andruby, timdiggins)

= 0.3.10 - 2019-02-06
* Fixed file permissions in gem build
Expand Down

0 comments on commit fd7c994

Please sign in to comment.