Skip to content

Commit 2a8a326

Browse files
committed
Updated changelog to reflect changes for release v1.8.1
1 parent e937798 commit 2a8a326

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,32 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
### Added
99

1010
### Changed
11-
- Changed Japanese holiday for the 2020 Olympic Games.Marine Day,Mountain Day and Health And Sports Day. [\#113](https://github.com/azuyalabs/yasumi/pull/113)
11+
12+
### Fixed
13+
14+
### Removed
15+
16+
17+
## [1.8.1] - 2019-01-11
18+
19+
### Changed
20+
- Added PHP 7.2 and 7.3 to the TravisCI configuration.
21+
- Changed Japanese holiday for the 2020 Olympic Games. Marine Day, Mountain Day and Health And Sports Day. [\#113](https://github.com/azuyalabs/yasumi/pull/113)
1222
- Changed translation for Norway's national day. [\#98](https://github.com/azuyalabs/yasumi/pull/98)
1323

1424
### Fixed
25+
- Except New Years Day, all holidays for Russia didn't have the locale parameter in place, causing Yasumi to use the fallback locale ('en_US').
1526
- Fixed spelling issue in the Swedish translation. [\#97](https://github.com/azuyalabs/yasumi/pull/97)
1627
- Fixed spelling issues in the Danish translation. [\#96](https://github.com/azuyalabs/yasumi/pull/96)
1728
- Fixed German Easter Sunday and Pentecost Sunday holidays (not nationwide, only in Brandenburg). [\#100](https://github.com/azuyalabs/yasumi/pull/100)
1829
- Fixed BetweenFilter to ignore time part and timezone. [\#101](https://github.com/azuyalabs/yasumi/pull/101)
1930
- Fixed bug in provider list generation related to variable order of files returned by the filesystem [\#107](https://github.com/azuyalabs/yasumi/pull/107)
20-
21-
### Removed
31+
- Fixed issues that assertNotHoliday() skips rest of test
32+
- Type cast to integer as Yasumi::create() requires an integer.
33+
- Changed access to static variables with 'self'. Accessing with 'static' can lead to possible sub-classes.
34+
- Corrected date parameter to be of DateTime (instead of DateTimeInterface) as the parameter object needs to be a direct instance.
35+
- Changed way to get current year so value is an integer (as required by the class). PHP's date function is intended for formatting and returns a string type as such.
36+
- Corrected test using different start year to avoid incorrect assertion.
2237

2338
## [1.8.0] - 2018-02-21
2439

0 commit comments

Comments
 (0)