updates for 1.3
[trollop:mainline.git] / History.txt
1 == 1.3 / 2007-01-31
2 * Wrap at (screen width - 1) instead of screen width.
3 * User can override --help and --version.
4 * Bugfix in handling of -v and -h.
5 * More tests to confirm the above.
6
7 == 1.2 / 2007-01-31
8 * Minor documentation tweaks.
9 * Removed hoe dependency.
10
11 == 1.1 / 2007-01-30
12 * Trollop::options now passes any arguments as block arguments. Since
13   instance variables are not properly captured by the block, this
14   makes it slightly less noisy to pass them in as local variables.
15   (A real-life use for _why's cloaker!)
16 * Help display now preserves original argument order.
17 * Trollop::die now also has a single string form in case death is not
18   due to a single argument.
19 * Parser#text now an alias for Parser#banner, and can be called
20   multiple times, with the output being placed in the right position
21   in the help text.
22 * Slightly more indicative formatting for parameterized arguments.
23
24 == 1.0 / 2007-01-29
25 * Initial release.