Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JEG2 committed Jan 4, 2011
1 parent 93d01cf commit d58abcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Below is a complete listing of changes for each revision of HighLine.

== 1.6.2

* Correctly handle STDIN being closed before we receive any data (fix by
mleinart).

== 1.6.1

* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
Expand Down
2 changes: 1 addition & 1 deletion lib/highline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
class HighLine
# The version of the installed library.
VERSION = "1.6.1".freeze
VERSION = "1.6.2".freeze

# An internal HighLine error. User code does not need to trap this.
class QuestionError < StandardError
Expand Down

0 comments on commit d58abcf

Please sign in to comment.