Skip to content

Commit 7bc793b

Browse files
committed
Merge pull request #449 from thoughtfaucet/bmc/changelog-0.19.0-and-0.19.1
Add CHANGELOG changes for 0.19.0 and 0.19.1
2 parents 3241f2f + e397de5 commit 7bc793b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

0 commit comments

Comments
 (0)