mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-10-31 17:29:14 +00:00
Merge branch 'master' into wip
This commit is contained in:
commit
f5e19dbb4b
|
@ -1,5 +1,6 @@
|
||||||
Thank you for taking the time to contribute to toml4j! Here are a few guidelines to streamline the process.
|
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
|
* Cover new or modified functionality with unit tests
|
||||||
* Amend README.md as necessary
|
* Amend README.md as necessary
|
||||||
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)
|
* Update the UNRELEASED section of CHANGELOG.md, as described in [keepachangelog.com](http://keepachangelog.com)
|
||||||
|
|
|
@ -204,6 +204,10 @@ Long arrayD = toml.getLong("array[0].d"); // returns 3
|
||||||
|
|
||||||
Date precision is limited to milliseconds.
|
Date precision is limited to milliseconds.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Please see CONTRIBUTING.md.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
toml4j is copyright (c) 2013-2015 Moandji Ezana and is licensed under the [MIT License](LICENSE)
|
toml4j is copyright (c) 2013-2015 Moandji Ezana and is licensed under the [MIT License](LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue