Skip to content

Commit 1b5ede8

Browse files
authored
Add Breaking to CHANGELOG (#1319)
1 parent c5a5e7b commit 1b5ede8

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)