-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
31 lines (21 loc) · 929 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
v2.4.4
=======
* Add Add all_financial_quarter and all_financial_year to match ActiveSupport (thx @maxwell)
* Change financial_year_start to honor @fy_forward (thx @wubr)
* update CI + tests
v2.3.0
=======
* Bugfix end_of_quarter, allow for timestamp types, ability to get quarters using one method
* more tests
v2.2.1
=======
* Bugfix relating to uses_forward_year. Date calculations should remain the same. Only the reported year should change. (Thanks @reger Rob Eger)
v2.2.0
======
* Added forward year support
By default the financial year is reported as the year in which the financial year starts. e.g. 2008-09 is reported as 2008.
However, some countries it is reported as 2008-09 is reported as 2009. You can now make this setting using
Date.use_forward_year! and report the currently set as Date.uses_forward_year?
The value can be reset using Date.reset_forward_year!
* Added Changelog
* Added Contributors