Skip to content

Commit 9864529

Browse files
shadowspawnabetomo
authored andcommittedApr 15, 2022
Add another PR to CHANGELOG
1 parent b77a0e9 commit 9864529

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919

2020
- detect option conflicts in parent commands of called subcommand ([#1710])
2121

22+
### Changed
23+
24+
- replace deprecated `String.prototype.substr` ([#1706])
25+
2226
## [9.1.0] (2022-03-19)
2327

2428
### Added
2529

2630
- Option `.conflicts()` to set conflicting options which can not be specified together ([#1678])
2731
- (developer) CodeQL configuration for GitHub Actions ([#1698])
2832

29-
3033
## [9.0.0] (2022-01-28)
3134

3235
### Added
@@ -1051,6 +1054,7 @@ program
10511054
[#1678]: https://github.com/tj/commander.js/pull/1678
10521055
[#1698]: https://github.com/tj/commander.js/pull/1698
10531056
[#1703]: https://github.com/tj/commander.js/pull/1703
1057+
[#1706]: https://github.com/tj/commander.js/pull/1706
10541058
[#1708]: https://github.com/tj/commander.js/pull/1708
10551059
[#1710]: https://github.com/tj/commander.js/pull/1710
10561060

0 commit comments

Comments
 (0)
Please sign in to comment.