Formatting CHANGELOG.

This commit is contained in:
Jakub Sobon 2019-02-24 01:58:12 -05:00
parent ba4256139d
commit bd6e3db7c1
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 5 additions and 4 deletions

View File

@ -18,10 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The draw.LineStyle enum was refactored into its own package
linestyle.LineStyle. Users will have to replace:
draw.LineStyleNone -> linestyle.None
draw.LineStyleLight -> linestyle.Light
draw.LineStyleDouble -> linestyle.Double
draw.LineStyleRound -> linestyle.Round
- draw.LineStyleNone -> linestyle.None
- draw.LineStyleLight -> linestyle.Light
- draw.LineStyleDouble -> linestyle.Double
- draw.LineStyleRound -> linestyle.Round
## [0.7.0] - 24-Feb-2019