Skip to content

Commit 669190d

Browse files
committed
Merge branch 'master' into develop
2 parents b915706 + 1b5ede8 commit 669190d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414

1515
- add support for variadic options ([#1250])
1616
- allow options to be added with just a short flag ([#1256])
17-
- throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
17+
- *Breaking* the option property has same case as flag. e.g. flag `-n` accessed as `opts().n` (previously uppercase)
18+
- *Breaking* throw an error if there might be a clash between option name and a Command property, with advice on how to resolve ([#1275])
1819

1920
### Fixed
2021

0 commit comments

Comments
 (0)