Skip to content

Commit

Permalink
Fix Denmark - re-add Christmas Eve
Browse files Browse the repository at this point in the history
  • Loading branch information
KidkArolis committed Nov 5, 2019
1 parent 111d226 commit e2279eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,7 @@
- Increase Malaysia coverage by adding tests for missing Deepavali & Thaipusam.
- Increase China coverage by adding tests for special extra-holidays & extra-working days cases.
- Added compatibility with Python 3.8 (#406).
- Fix Denmark, re-add Christmas Eve, which is widely treated as public holiday.

## v7.0.0 (2019-09-20)

Expand Down
1 change: 1 addition & 0 deletions workalendar/tests/test_europe.py
Expand Up @@ -283,6 +283,7 @@ def test_year_2015(self):
self.assertIn(date(2015, 5, 14), holidays) # kristi himmelfart
self.assertIn(date(2015, 5, 24), holidays) # pinsedag
self.assertIn(date(2015, 5, 25), holidays) # 2. pinsedag
self.assertIn(date(2015, 12, 24), holidays) # juleaftensdag
self.assertIn(date(2015, 12, 25), holidays) # juledag
self.assertIn(date(2015, 12, 26), holidays) # 2. juledag

Expand Down

0 comments on commit e2279eb

Please sign in to comment.