Skip to content

Commit

Permalink
Add suggested CHANGELOG format
Browse files Browse the repository at this point in the history
Based on recommendations from http://keepachangelog.com/
  • Loading branch information
Scott Cranfill committed Aug 21, 2014
1 parent 8ce3743 commit 584ef14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.


## x.y.z - YYYY-MM-DD

### Added
- Lorem ipsum dolor sit amet

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.

0 comments on commit 584ef14

Please sign in to comment.