Skip to content

Commit

Permalink
Updated documentation to reflect new Holiday Provider for Brazil.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelgenhof committed May 23, 2016
1 parent 2759867 commit 5f8c2a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@

**Implemented enhancements:**

- Added Holiday Provider for Brazil. [\#21](https://github.com/azuyalabs/Yasumi/pull/21) ([dorianneto](https://github.com/dorianneto))
- Added Holiday Provider for the Czech Republic. [\#26](https://github.com/azuyalabs/Yasumi/pull/26) ([dfridrich](https://github.com/dfridrich))
- Added Holiday Provider for the United Kingdom. [\#23](https://github.com/azuyalabs/Yasumi/pull/23)
- Add Welsh language (spoken in Wales, UK) translations for the holidays in the United Kingdom [\#25](https://github.com/azuyalabs/Yasumi/pull/25) ([meigwilym](https://github.com/meigwilym))
- All Holiday Provider must now implement a code that will identify it. Typically this is the ISO3166 code
corresponding to the respective country or subregion. This can help for purposes such as translations or interfacing
with other API's for example.
- To determine a set of holidays between two dates you can now use the aptly named 'between()' method.
- Added Holiday Provider for the Czech Republic. [\#26](https://github.com/azuyalabs/Yasumi/pull/26) ([dfridrich](https://github.com/dfridrich))
- Added Holiday Provider for the United Kingdom. [\#23](https://github.com/azuyalabs/Yasumi/pull/23)
- Add Welsh language (spoken in Wales, UK) translations for the holidays in the United Kingdom [\#25](https://github.com/azuyalabs/Yasumi/pull/25) ([meigwilym](https://github.com/meigwilym))

**Resolved issues:**

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Highlights
Currently the following holiday providers are implemented:

* Belgium
* Brazil
* Czech Republic
* Denmark
* Finland
Expand Down Expand Up @@ -203,6 +204,7 @@ The tests are organized in some test suites to make testing a bit more easier:

* Base : For testing the base functionality of Yasumi
* Belgium : For separately testing the Belgium Holiday Provider
* Brazil : For separately testing the Brazil Holiday Provider
* CzechRepublic : For separately testing the Czech Republic Holiday Provider
* Denmark : For separately testing the Denmark Holiday Provider
* Finland : For separately testing the Finland Holiday Provider
Expand Down

0 comments on commit 5f8c2a3

Please sign in to comment.