forked from jonschlinkert/markdown-toc
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from adr/addChangelog
add initial version of changelog.md
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
Here, the categories "Changed" for added and changed functionality, "Fixed" for fixed functionality, and "Removed" for removed functionality are used. | ||
|
||
We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`. | ||
|
||
## [v1.1.0] - 2017-10-27 | ||
|
||
### Changed | ||
- Added CHANGELOG.md. [#2](https://github.com/adr/adr-log/issues/2) | ||
- Update README.md to reflect changed usage.[#3](https://github.com/adr/adr-log/issues/3) | ||
|
||
### Fixed | ||
- Fix titles to printed in the correct format as described in [#5](https://github.com/adr/adr-log/issues/5). | ||
- Fix output of help to use "LOG" instead of "TOC". [#6](https://github.com/adr/adr-log/issues/6) | ||
- Fix help to output "adr-log" instead of "adr-toc". [#4](https://github.com/adr/adr-log/issues/4) | ||
|
||
### Removed | ||
- Removed bower.json. [#8](https://github.com/adr/adr-log/issues/8) | ||
|
||
## [v1.0.1] - 2017-10-22 | ||
|
||
### Fixed | ||
- Fix parsing of cli arguments. [#1](https://github.com/adr/adr-log/issues/1) | ||
|
||
## [v1.0.0] - 2017-10-20 | ||
|
||
### Changed | ||
Initial version of adr-log. | ||
|
||
[v1.1.0]: https://github.com/adr/adr-log/compare/adr:v1.0.1...v1.1.0 | ||
[v1.0.1]: https://github.com/adr/adr-log/compare/adr:v1.0.0...v1.0.1 | ||
[v1.0.0]: https://github.com/adr/adr-log/compare/adr:360c142de47234334162691eb76a2509ea014199...v1.0.0 |