Skip to content

Commit

Permalink
The ask() refactor did not make the cut for 3.2.1.
Browse files Browse the repository at this point in the history
The 3.2.1 release was made before the ask()-highline refactor was
merged. It should therefore be in the master section of the CHANGELOG,
not 3.2.1.
  • Loading branch information
mattbrictson committed Apr 25, 2014
1 parent dc67824 commit 11d5a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ https://github.com/capistrano/capistrano/compare/v3.2.1...HEAD
* Added tests for after/before hooks features (@juanibiapina, @miry)
* Improved the output of `cap --help`. (@mbrictson)
* Cucumber suite now runs on the latest version of Vagrant (@tpett)
* The `ask` method now supports the `echo: false` option. (@mbrictson)
* Capistrano now depends on the `highline` gem.

## `3.2.1`

Expand All @@ -29,8 +31,6 @@ https://github.com/capistrano/capistrano/compare/v3.2.0...v3.2.1
* Changed asking question to more standard format (like common unix commandline tools) (@sponomarev)
* Fixed typos in the README. (@sponomarev)
* Added `keys` method to Configuration to allow introspection of configuration options. (@juanibiapina)
* The `ask` method now supports the `echo: false` option. (@mbrictson)
* Capistrano now depends on the `highline` gem.

## `3.2.0`

Expand Down

0 comments on commit 11d5a06

Please sign in to comment.