Skip to content

Commit

Permalink
Add changes for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarro2783 committed Oct 20, 2021
1 parent d2f0bbf commit e8b5bef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,19 @@ options. The project adheres to semantic versioning.
* Change argument type in `Options::parse` from `char**` to `const char**`.
* Refactor parser to not change its arguments.
* `ParseResult` doesn't depend on a reference to the parser.
* Fixed several warnings and code quality issues.
* Improved formatting for help descriptions.
* Improve integer parsing.

### Added

* A list of unmatched arguments is available in `ParseResult`.
* Support single letter options with argument attached.
* Use <optional> if it is present.

### Bug Fixes

* Fix missing option name in exception.

## 2.2

Expand Down

0 comments on commit e8b5bef

Please sign in to comment.