Skip to content

Commit 3d080b3

Browse files
author
Brett Chalupa
committed
Add changes for 0.19.0 to the CHANGELOG
The items are based upon the commits between 0.18.1 and 0.19.0 that were no related to things like consistencies in the code (using double quotes for example), docs, and specs.
1 parent 7d6694a commit 3d080b3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 0.19.0, release 2014-03-22
2+
* Add support for a default to #ask
3+
* Avoid @namespace not initialized warning
4+
* Avoid private attribute? warning
5+
* Fix initializing with unknown options
6+
* Loosen required_rubygems_version for compatibility with Ubuntu 10.04
7+
* Shell#ask: support a noecho option for stdin
8+
* Shell#ask: change API to be :echo => false
9+
* Display a message without a stack trace for ambiguous commands
10+
* Make say and say_status thread safe
11+
* Dependency for console io version check
12+
* Alias --help to help on subcommands
13+
* Use mime-types 1.x for Ruby 1.8.7 compatibility for Ruby 1.8 only
14+
* Accept .tt files as templates
15+
* Check if numeric value is in enum
16+
* Use Readline for user input
17+
* Fix dispatching of subcommands (concerning :help and *args)
18+
* Fix warnings when running specs with `$VERBOSE = true`
19+
* Make subcommand help more consistent
20+
* Make the current command chain accessible in command
21+
122
## 0.18.1, release 2013-03-30
223
* Revert regressions found in 0.18.0
324

0 commit comments

Comments
 (0)