==================================================
Changes from 2013-09-02 00:00:00 +0000 to present.
==================================================
----------------------------------------
version 0.6 at 2014-09-02 18:24:11 +0000
----------------------------------------
Change: b4af62f53b5cca602d2ceaf0ec97bc10713ab1e2
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-09-02 20:23:31 +0000
Version 0.6 release.
Change: be5e8b88bd72f8dda69c2941236ac81a94e45c57
Author: Brad Lhotsky <brad.lhotsky@gmail.com>
Date : 2014-08-11 19:00:20 +0000
Merge pull request #1 from gugod/master
fix the display of selection range that is off-by-one on prompt.
Change: b8c71e8303add527915e7a2de175528afd7d74b4
Author: Kang-min Liu <gugod@gugod.org>
Date : 2014-08-11 15:33:19 +0000
fix the display of selection range that is off-by-one on prompt.
A trivial example to demostrate the error:
[~/src/CLI-Helpers]
> perl -Ilib -MCLI::Helpers=:all -e 'prompt("pick one", menu =>
["a".."e"])'
pick one
1. a
2. b
3. c
4. d
5. e
Selection (1-6):
^-- wrong
----------------------------------------
version 0.5 at 2014-08-11 16:26:53 +0000
----------------------------------------
Change: 6a4baec49a00f64883e8d541e56aa995e148aa68
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2014-08-11 16:26:53 +0000
Formatting changes between DZIL versions
Change: cdadde7e43baf7648a260ee0af4ec5a73e271c8f
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-08-11 15:06:18 +0000
Add option to output to a data-file
Change: 2541a440c21b5918b5f30c590c2a93a500fb60a5
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-04-11 12:24:39 +0000
Fix use of uninitialized value warning. RT #94621
----------------------------------------
version 0.4 at 2014-04-02 10:31:55 +0000
----------------------------------------
Change: e70ac1f8b0b86cb30b17ac2254715e06e370d613
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-04-02 12:31:55 +0000
Version bump to 0.4
Change: c17a216777d0a48fc4e4a90b56ed95d7585ac7ae
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-04-02 12:19:19 +0000
Fix problems with Term::ReadLine support if the input methods are not used
Change: b8906a31497b6e9871f837bc9bbd8d0881891d97
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-04-01 17:20:01 +0000
Work-around for smoke testing failure.
----------------------------------------
version 0.3 at 2014-03-31 18:11:37 +0000
----------------------------------------
Change: ce65d62b5d7bca5982fdcad2c0881dab295bc238
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-03-31 20:11:37 +0000
Added input functions: confirm, text_input, menu and prompt as a wrapper.
Added input and output groups
----------------------------------------
version 0.2 at 2014-02-03 15:03:03 +0000
----------------------------------------
Change: 2448c90389e463777651c9385b8dd85ba0b66ab7
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2014-02-03 15:03:03 +0000
Version Bump to 0.2
Change: 50917c9c7b948cfcd7af9bf2d5c74413b690023f
Author: Brad Lhotsky <brad.lhotsky@booking.com>
Date : 2014-02-03 15:56:37 +0000
Quiet now works
----------------------------------------
version 0.1 at 2013-12-01 21:40:01 +0000
----------------------------------------
Change: bb24cf2035feeed5da5b321ee7056aaecd21e5f2
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2013-12-01 22:40:01 +0000
Maintain a Changelog from git.
Change: 26e4e2117fb1c0bb04cc95fcbd73a08e9d18acb5
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2013-12-01 22:37:12 +0000
Fix POD
Change: 5af7ff7a430e733f8dea0acd541484d0964df6fa
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2013-11-17 23:53:06 +0000
Fixes to documentation and safety wrapper around the GetOptions() call
Change: eb343b1b913f4dd44c5ab4870d320a5a35e195b7
Author: Brad Lhotsky <brad@divisionbyzero.net>
Date : 2013-11-17 14:10:13 +0000
First revision
================
End of releases.
================