From bbe8fe11ce3c5025f8592d157c3fc87f480c83ae Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 17 Oct 2014 08:36:14 -0400 Subject: [PATCH] Changelog update for release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985f3cb..707c986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Added text autoscale sample * Added `extends` to custom layouts, allowing ways to modify parent data instead of just overriding it. * Upgraded ruby-progressbar version +* Added text rotation (thanks novalis!) +* Fixed a mapping problem with triangles (thanks novalis!) +* Fixed global hint togglability ## v0.0.3 * Redesigned the dynamic options system to make adding new commands much easier