From 081bb93b005ea9f90e5b4a2f2fc37bde27c463da Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 2 Jun 2017 11:50:35 -0400 Subject: [PATCH] Adding recent addition to Changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a1a17d..ce1f6fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Version 1.1 (in progress) +* Added support for basic enumerations [#12](https://github.com/CLIUtils/CLI11/issues/12) + ## Version 1.0 * Cleanup using `clang-tidy` and `clang-format` * Small improvements to Timers, easier to subclass Error