Skip to content

Commit 227a4f4

Browse files
fixed CHANGELOG format
1 parent 704982a commit 227a4f4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88

99
###Changed
10-
* Refactored the image classes to have a common, templated base class. This consolidates similar logic to a single location.
10+
- Refactored the image classes to have a common, templated base class. This consolidates similar logic to a single location.
1111

1212

1313
## [1.0.1] - 2017-12-24
1414
### Fixed
15-
* Corrected failure to compile for boards that can only use 6-bit color.
15+
- Corrected failure to compile for boards that can only use 6-bit color.
1616

17-
## [1.0.0] - 2017-12-24
18-
Initial release
17+
## 1.0.0 - 2017-12-24
18+
Initial release
19+
20+
[Unreleased]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v1.0.1...HEAD
21+
[1.0.1]: https://github.com/michaelkamprath/ShiftRegisterLEDMatrixLib/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)