mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Merge branch 'master' into wip
This commit is contained in:
commit
f5e19dbb4b
2 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue