Commit bc054e516e02d0e09383289eda88343352e1383d

Authored by Henry Schreiner
Committed by GitHub
1 parent 657b599b

Added recent PRs and Issues

Showing 1 changed file with 5 additions and 2 deletions
CHANGELOG.md
1 1 ## Version 1.1 (in progress)
2   -* Added `app.parse_order()` with original parse order
3   -* Added `prefix_command()`, which is like `allow_extras` but instantly stops and returns.
  2 +* Added `app.parse_order()` with original parse order ([#13](https://github.com/CLIUtils/CLI11/issues/13), [#16](https://github.com/CLIUtils/CLI11/pull/16))
  3 +* Added `prefix_command()`, which is like `allow_extras` but instantly stops and returns. ([#8](https://github.com/CLIUtils/CLI11/issues/8), [#17](https://github.com/CLIUtils/CLI11/pull/17))
  4 +* Removed Windows error ([#10](https://github.com/CLIUtils/CLI11/issues/10), [#20](https://github.com/CLIUtils/CLI11/pull/20))
  5 +* Some improvements to CMake, detect Python and no dependencies on Python 2 (like Python 3) ([#18](https://github.com/CLIUtils/CLI11/issues/18), [#21](https://github.com/CLIUtils/CLI11/pull/21))
  6 +
4 7  
5 8 ## Version 1.0
6 9 * Cleanup using `clang-tidy` and `clang-format`
... ...