From 3071e7bcce68f8ad2e19ca321b70b54e146dc943 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Wed, 9 Aug 2017 22:29:10 +0100 Subject: [PATCH] Add release notes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca51d14..6b7b224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,17 @@ # Change log -## [v0.5.0] - 2017-08-xx +## [v0.5.0] - 2017-08-09 ### Added * Add TTY::Spinner::Multi to allow for parallel spinners executation by Austin Blatt[@austb] * Add formatting for multi spinner display by Austin Blatt[@austb] +* Add ability to add and execute jobs for single and multi spinners * Add abilty to register multi spinners with async jobs * Add #pause and #resume for single and multispinner ### Changed * Change to unify success category to mark spinner as succeded or errored +* Change Spinner to be thread safe ### Fixed * Stop firing events when a spinner is stopped