From 72834425c39d9ea59bea8516fbd8a3440bdce28d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 25 Jun 2014 15:31:40 -0400 Subject: [PATCH] add release notes to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 65b07a7..721d626 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,16 @@ keys and any option arguments as values. The returned `args` will be an array of the unprocessed parameters (if `:posix_order` was passed in `flags`, this array might contain further 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