clap/CHANGELOG

21 lines
709 B
Text
Raw Normal View History

2015-03-26 21:21:01 -04:00
# v0.4.17
* Arg values now accept lifetimes other than 'static
2015-03-26 15:06:36 -04:00
# v0.4.16
2015-03-26 21:21:01 -04:00
* Fixed bug with multiple options
* Removed unneeded Box<>'s
* Fixed formatting with positionals in help info
2015-03-24 14:35:47 -04:00
# v0.4.15
* Changed libc to crates.io in prep for Rust 1.0 stability
2015-03-23 22:40:18 -04:00
# v0.4.14
* Changed App version, about, name, author, and usage to allow lifetimes other than 'static
2015-03-22 22:48:46 -04:00
# v0.4.13
* Bug fixes with how multiple options are parsed
2015-03-22 22:26:07 -04:00
# v0.4.12
* Minor bug fixes
2015-03-22 22:06:27 -04:00
# v0.4.11
* Bug fixes and cleaned up code organization (well started to...)
* Changed runtime representation of arguments to lower allocated memory
2015-03-21 10:29:38 -04:00
# v0.4.10
* Minor bug fixes
2015-03-22 22:06:27 -04:00
* Added more comprehensive examples to repo