Skip to content

Commit e6da49e

Browse files
authored
Merge pull request #14 from adr/addChangelog
add initial version of changelog.md
2 parents bfa4e59 + 53f6f42 commit e6da49e

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
Here, the categories "Changed" for added and changed functionality, "Fixed" for fixed functionality, and "Removed" for removed functionality are used.
7+
8+
We refer to [GitHub issues](https://github.com/adr/adr-log/issues) by using `#NUM`.
9+
10+
## [v1.1.0] - 2017-10-27
11+
12+
### Changed
13+
- Added CHANGELOG.md. [#2](https://github.com/adr/adr-log/issues/2)
14+
- Update README.md to reflect changed usage.[#3](https://github.com/adr/adr-log/issues/3)
15+
16+
### Fixed
17+
- Fix titles to printed in the correct format as described in [#5](https://github.com/adr/adr-log/issues/5).
18+
- Fix output of help to use "LOG" instead of "TOC". [#6](https://github.com/adr/adr-log/issues/6)
19+
- Fix help to output "adr-log" instead of "adr-toc". [#4](https://github.com/adr/adr-log/issues/4)
20+
21+
### Removed
22+
- Removed bower.json. [#8](https://github.com/adr/adr-log/issues/8)
23+
24+
## [v1.0.1] - 2017-10-22
25+
26+
### Fixed
27+
- Fix parsing of cli arguments. [#1](https://github.com/adr/adr-log/issues/1)
28+
29+
## [v1.0.0] - 2017-10-20
30+
31+
### Changed
32+
Initial version of adr-log.
33+
34+
[v1.1.0]: https://github.com/adr/adr-log/compare/adr:v1.0.1...v1.1.0
35+
[v1.0.1]: https://github.com/adr/adr-log/compare/adr:v1.0.0...v1.0.1
36+
[v1.0.0]: https://github.com/adr/adr-log/compare/adr:360c142de47234334162691eb76a2509ea014199...v1.0.0

0 commit comments

Comments
 (0)