Skip to content

Commit

Permalink
Add notes to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Dec 15, 2013
1 parent e3f9095 commit 8b205da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
================================================================================

v1.3.0
--------------------------------------------------------------------------------
* Improved output for non-TTY streams. Incremental output is not enabled.
* Added an `autostart` option. It defaults to `true`. If set to `false`,
`#start` must explicitly be called.
* The bar will no longer output multiple times if `#finish` is called when the
bar is already finished. Same thing with `#stop`, `#resume`, `#pause`, etc.
* Added `#remainder_mark` which will allow the user to set the character(s),
shown on the incomplete portion of the bar.
* Enabled ANSI color codes to be used in the bar format and still have the bar
length properly represented.

v1.2.0
--------------------------------------------------------------------------------
* Finally removed deprecation warning and made folder structure consistent
Expand Down

0 comments on commit 8b205da

Please sign in to comment.