add release notes to README.md

This commit is contained in:
Josh Holtrop 2014-06-25 15:31:40 -04:00
parent 1b49c06a85
commit 72834425c3

View File

@ -106,3 +106,16 @@ keys and any option arguments as values.
The returned `args` will be an array of the unprocessed parameters (if The returned `args` will be an array of the unprocessed parameters (if
`:posix_order` was passed in `flags`, this array might contain further `:posix_order` was passed in `flags`, this array might contain further
options that were not processed after observing a non-option parameters). options that were not processed after observing a non-option parameters).
## Release Notes
### v1.1.0
- Add `:boolean` option flag.
- Support `nil` or `:boolean` as shortcut option configuration values.
- Update documentation to YARD.
- Update specs to RSpec 3.
### v1.0.0
- Initial Release