From 0df1d6f09dd0605f7cc784e0071f5b39d5c42771 Mon Sep 17 00:00:00 2001 From: Nick Paul Date: Wed, 5 Jul 2017 14:08:30 -0400 Subject: [PATCH] add changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..28dc7da --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# 0.0.2 + + - Add menu customization + - Add unicode and ascii UI sets + - Add wrap around top and bottom of menu (optional) + - Add better documentation and more comprehensive test cases + +# 0.0.1 + +Initial release. Includes RadioMenu and MultiSelectMenu