Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Nov 6, 2016
1 parent 771e1bf commit 5d3d80a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### New in 0.3.0

* Fix printing escaped parts when text is accumulated. `colorprintfn "1 %d %d" 2 3` was generating `231` ([Issue #1](https://github.com/vbfox/ColoredPrintf/issues/1))

### New in 0.2.0

* Colors can now be specified as parameters like: `colorprintfn "Hello $%A[world] !" ConsoleColor.Red`.
Expand Down

0 comments on commit 5d3d80a

Please sign in to comment.