From bc054e516e02d0e09383289eda88343352e1383d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 5 Jun 2017 16:25:29 -0400 Subject: [PATCH] Added recent PRs and Issues --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4814a7f7..ea9cc7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Version 1.1 (in progress) -* Added `app.parse_order()` with original parse order -* Added `prefix_command()`, which is like `allow_extras` but instantly stops and returns. +* Added `app.parse_order()` with original parse order ([#13](https://github.com/CLIUtils/CLI11/issues/13), [#16](https://github.com/CLIUtils/CLI11/pull/16)) +* 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)) +* Removed Windows error ([#10](https://github.com/CLIUtils/CLI11/issues/10), [#20](https://github.com/CLIUtils/CLI11/pull/20)) +* 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)) + ## Version 1.0 * Cleanup using `clang-tidy` and `clang-format`