updates for 1.1
[trollop:mainline.git] / History.txt
1 == 1.1 / 2007-01-30
2 * Trollop::options now passes any arguments as block arguments. Since
3   instance variables are not properly captured by the block, this
4   makes it slightly less noisy to pass them in as local variables.
5   (A real-life use for _why's cloaker!)
6 * Help display now preserves original argument order.
7 * Trollop::die now also has a single string form in case death is not
8   due to a single argument.
9 * Parser#text now an alias for Parser#banner, and can be called
10   multiple times, with the output being placed in the right position
11   in the help text.
12 * Slightly more indicative formatting for parameterized arguments.
13
14 == 1.0 / 2007-01-29
15 * Initial release.