Merge branch 'master' into wip

This commit is contained in:
moandji.ezana 2015-03-30 21:48:27 +02:00
commit f5e19dbb4b
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
* Pull Requests should be opened against the wip branch. Master changes only when there is a new release.
* Cover new or modified functionality with unit tests
* Amend README.md as necessary
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)

View file

@ -204,6 +204,10 @@ Long arrayD = toml.getLong("array[0].d"); // returns 3
Date precision is limited to milliseconds.
## Contributing
Please see CONTRIBUTING.md.
## License
toml4j is copyright (c) 2013-2015 Moandji Ezana and is licensed under the [MIT License](LICENSE)