From 116b9d91547c3bf6efd90e7c15a914735f3879ac Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 9 Jun 2017 14:57:55 -0400 Subject: [PATCH] Preparing for v1.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5dbb6316..eb6605154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 1.1 (in progress) +## Version 1.1 * Added simple support for enumerations, allow non-printable objects [#12](https://github.com/CLIUtils/CLI11/issues/12) * Added `app.parse_order()` with original parse order ([#13](https://github.com/CLIUtils/CLI11/issues/13), [#16](https://github.com/CLIUtils/CLI11/pull/16))