Skip to content

Commit 5d95213

Browse files
committed
Add PR links to 7.0.0-2 release
1 parent 4b43f66 commit 5d95213

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212

1313
### Changed
1414

15-
- *Breaking:* options are stored safely by default, not as properties on the command
15+
- *Breaking:* options are stored safely by default, not as properties on the command ([#1409])
1616
- this especially affects accessing options on program, use `program.opts()`
1717
- revert behaviour with `.storeOptionsAsProperties()`
18-
- *Breaking:* action handlers are passed options and command separately
18+
- *Breaking:* action handlers are passed options and command separately ([#1409])
1919

2020
### Added
2121

22-
- *Breaking:* error message if there are too many command-arguments on command line for the action handler
22+
- *Breaking:* error message if there are too many command-arguments on command line for the action handler ([#1409])
2323
- if should be allowed then declare extra arguments, or use `.allowExcessArguments()`
2424

2525
### Deleted
2626

27-
- *Breaking:* `.passCommandToAction()`
27+
- *Breaking:* `.passCommandToAction()` ([#1409])
2828
- no longer needed as action handler is passed options and command
29-
- *Breaking:* "extra arguments" parameter to action handler
29+
- *Breaking:* "extra arguments" parameter to action handler ([#1409])
3030
- if being used to detect excess arguments, there is now an error displayed by default
3131

3232
### Migration Tips
@@ -404,6 +404,7 @@ to expand `-fb` to `-f -b` rather than `-f b`.
404404
[#1380]: https://github.com/tj/commander.js/pull/1380
405405
[#1387]: https://github.com/tj/commander.js/pull/1387
406406
[#1390]: https://github.com/tj/commander.js/pull/1390
407+
[#1409]: https://github.com/tj/commander.js/pull/1409
407408

408409
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
409410
[7.0.0-1]: https://github.com/tj/commander.js/compare/v7.0.0-1...v7.0.0-2

0 commit comments

Comments
 (0)