Update changelog

This commit is contained in:
Peter Melnichenko
2018-04-08 14:06:17 +03:00
parent dfb012dba0
commit 5c1a6896fc

View File

@@ -10,6 +10,14 @@
* Mutexes can now include positional arguments (#11). * Mutexes can now include positional arguments (#11).
* Added `hidden` property for arguments, options and commands, * Added `hidden` property for arguments, options and commands,
removing them from the autogenerated usage and help strings. removing them from the autogenerated usage and help strings.
* Added `:group(name, ...)` method to Parser and Command objects, allowing
custom grouping of arguments, options, and commands in autogenerated
help string.
### Improvements
* `--` can now be used as a normal option name, with arguments
after `--` always passed to it verbatim (#17).
## 0.5.0 (2015-12-09) ## 0.5.0 (2015-12-09)