Skip to content

Commit a38582c

Browse files
committed
Update CHANGELOG
1 parent d9972d7 commit a38582c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.0.0
2+
* Drop support to Ruby 1.8 and 1.9.
3+
* Deprecate relying on default `exit_on_failure?`.
4+
In preparation to make Thor commands exit when there is a failure we are deprecating
5+
defining a command without defining what behavior is expected when there is a failure.
6+
7+
To fix the deprecation you need to define a class method called `exit_on_failure?` returning
8+
9+
`false` if you want the current behavior or `true` if you want the new behavior.
10+
* Deprecate defining an option with the default value using a different type as defined in the option.
11+
* Allow options to be repeatable. See #674.
12+
113
# 0.20.3
214
* Support old versions of `did_you_mean`.
315

0 commit comments

Comments
 (0)