forked from holidays/holidays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (23 loc) · 1.12 KB
/
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
= Ruby Holidays Gem CHANGELOG
== 1.0.4
* Add Liechtenstein holiday defs (mercy vielmal Bernhard Furtmueller)
== 1.0.3
* Add Austrian holiday definitions (thanks to Vogel Siegfried)
== 1.0.2
* Add `orthodox_easter` method and Greek holiday definitions (thanks https://github.com/ddimitriadis)
== 1.0.0
* Support calculating mday from negative weeks other than -1 (thanks http://github.com/bjeanes)
* Use class method to check leap years and fixed bug in Date.calculate_mday
(thanks http://github.com/dgrambow)
* Added Czech (thanks http://github.com/boblin), Brazilian (http://github.com/fabiokr), Norwegian (thanks to Peter Skeide) and Australia/Brisbane (http://github.com/bjeanes) definitions
* Cleaned up rake and gemspec
== 0.9.3
* Added New York Stock Exchange holidays (thank you Alan Larkin).
* Added UPS holidays (thank you Tim Anglade).
* Fixed rakefile to force lower case definition file names.
== 0.9.2
* Included rakefile in Gem (thank you James Herdman).
== 0.9.1
* au.yaml was being included incorrectly in US holiday definitions. Thanks to Glenn Vanderburg (http://vanderburg.org/) for the fix.
== 0.9.0
* Initial release.