Skip to content

Commit df6614f

Browse files
authored
Update CHANGELOG.md
1 parent 5b0dad3 commit df6614f

File tree

1 file changed

+4
-181
lines changed

1 file changed

+4
-181
lines changed

CHANGELOG.md

Lines changed: 4 additions & 181 deletions
Original file line numberDiff line numberDiff line change
@@ -2,189 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
85
## [Unreleased]
96

10-
## [1.1.0] - 2019-02-15
11-
12-
### Added
13-
- Changelog inconsistency section in Bad Practices
14-
15-
## [1.0.0] - 2017-06-20
16-
17-
### Added
18-
19-
- New visual identity by [@tylerfortune8](https://github.com/tylerfortune8).
20-
- Version navigation.
21-
- Links to latest released version in previous versions.
22-
- "Why keep a changelog?" section.
23-
- "Who needs a changelog?" section.
24-
- "How do I make a changelog?" section.
25-
- "Frequently Asked Questions" section.
26-
- New "Guiding Principles" sub-section to "How do I make a changelog?".
27-
- Simplified and Traditional Chinese translations from [@tianshuo](https://github.com/tianshuo).
28-
- German translation from [@mpbzh](https://github.com/mpbzh) & [@Art4](https://github.com/Art4).
29-
- Italian translation from [@azkidenz](https://github.com/azkidenz).
30-
- Swedish translation from [@magol](https://github.com/magol).
31-
- Turkish translation from [@karalamalar](https://github.com/karalamalar).
32-
- French translation from [@zapashcanon](https://github.com/zapashcanon).
33-
- Brazilian Portugese translation from [@Webysther](https://github.com/Webysther).
34-
- Polish translation from [@amielucha](https://github.com/amielucha) & [@m-aciek](https://github.com/m-aciek).
35-
- Russian translation from [@aishek](https://github.com/aishek).
36-
- Czech translation from [@h4vry](https://github.com/h4vry).
37-
- Slovak translation from [@jkostolansky](https://github.com/jkostolansky).
38-
- Korean translation from [@pierceh89](https://github.com/pierceh89).
39-
- Croatian translation from [@porx](https://github.com/porx).
40-
- Persian translation from [@Hameds](https://github.com/Hameds).
41-
- Ukrainian translation from [@osadchyi-s](https://github.com/osadchyi-s).
42-
43-
### Changed
44-
45-
- Start using "changelog" over "change log" since it's the common usage.
46-
- Start versioning based on the current English version at 0.3.0 to help
47-
translation authors keep things up-to-date.
48-
- Rewrite "What makes unicorns cry?" section.
49-
- Rewrite "Ignoring Deprecations" sub-section to clarify the ideal
50-
scenario.
51-
- Improve "Commit log diffs" sub-section to further argument against
52-
them.
53-
- Merge "Why can’t people just use a git log diff?" with "Commit log
54-
diffs"
55-
- Fix typos in Simplified Chinese and Traditional Chinese translations.
56-
- Fix typos in Brazilian Portuguese translation.
57-
- Fix typos in Turkish translation.
58-
- Fix typos in Czech translation.
59-
- Fix typos in Swedish translation.
60-
- Improve phrasing in French translation.
61-
- Fix phrasing and spelling in German translation.
62-
63-
### Removed
64-
65-
- Section about "changelog" vs "CHANGELOG".
66-
67-
## [0.3.0] - 2015-12-03
68-
69-
### Added
70-
71-
- RU translation from [@aishek](https://github.com/aishek).
72-
- pt-BR translation from [@tallesl](https://github.com/tallesl).
73-
- es-ES translation from [@ZeliosAriex](https://github.com/ZeliosAriex).
74-
75-
## [0.2.0] - 2015-10-06
76-
77-
### Changed
78-
79-
- Remove exclusionary mentions of "open source" since this project can
80-
benefit both "open" and "closed" source projects equally.
81-
82-
## [0.1.0] - 2015-10-06
83-
84-
### Added
85-
86-
- Answer "Should you ever rewrite a change log?".
87-
88-
### Changed
89-
90-
- Improve argument against commit logs.
91-
- Start following [SemVer](https://semver.org) properly.
92-
93-
## [0.0.8] - 2015-02-17
94-
95-
### Changed
96-
97-
- Update year to match in every README example.
98-
- Reluctantly stop making fun of Brits only, since most of the world
99-
writes dates in a strange way.
100-
101-
### Fixed
102-
103-
- Fix typos in recent README changes.
104-
- Update outdated unreleased diff link.
105-
106-
## [0.0.7] - 2015-02-16
7+
## [0.0.1] - 2019-02-15
1078

1089
### Added
10+
- Added a changelog
10911

110-
- Link, and make it obvious that date format is ISO 8601.
111-
112-
### Changed
113-
114-
- Clarified the section on "Is there a standard change log format?".
115-
116-
### Fixed
117-
118-
- Fix Markdown links to tag comparison URL with footnote-style links.
119-
120-
## [0.0.6] - 2014-12-12
121-
122-
### Added
123-
124-
- README section on "yanked" releases.
125-
126-
## [0.0.5] - 2014-08-09
127-
128-
### Added
129-
130-
- Markdown links to version tags on release headings.
131-
- Unreleased section to gather unreleased changes and encourage note
132-
keeping prior to releases.
133-
134-
## [0.0.4] - 2014-08-09
135-
136-
### Added
137-
138-
- Better explanation of the difference between the file ("CHANGELOG")
139-
and its function "the change log".
140-
141-
### Changed
142-
143-
- Refer to a "change log" instead of a "CHANGELOG" throughout the site
144-
to differentiate between the file and the purpose of the file — the
145-
logging of changes.
146-
147-
### Removed
148-
149-
- Remove empty sections from CHANGELOG, they occupy too much space and
150-
create too much noise in the file. People will have to assume that the
151-
missing sections were intentionally left out because they contained no
152-
notable changes.
153-
154-
## [0.0.3] - 2014-08-09
155-
156-
### Added
157-
158-
- "Why should I care?" section mentioning The Changelog podcast.
159-
160-
## [0.0.2] - 2014-07-10
161-
162-
### Added
163-
164-
- Explanation of the recommended reverse chronological release ordering.
165-
166-
## [0.0.1] - 2014-05-31
167-
168-
### Added
169-
170-
- This CHANGELOG file to hopefully serve as an evolving example of a
171-
standardized open source project CHANGELOG.
172-
- CNAME file to enable GitHub Pages custom domain
173-
- README now contains answers to common questions about CHANGELOGs
174-
- Good examples and basic guidelines, including proper date formatting.
175-
- Counter-examples: "What makes unicorns cry?"
176-
177-
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD
178-
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...v1.1.0
179-
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0
180-
[0.3.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.3.0
181-
[0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.2.0
182-
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.8...v0.1.0
183-
[0.0.8]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.7...v0.0.8
184-
[0.0.7]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.6...v0.0.7
185-
[0.0.6]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.5...v0.0.6
186-
[0.0.5]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.4...v0.0.5
187-
[0.0.4]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.3...v0.0.4
188-
[0.0.3]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.2...v0.0.3
189-
[0.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2
190-
[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1
12+
[unreleased]: https://github.com/ibm/repo-template/compare/v0.0.1...HEAD
13+
[0.0.1]: https://github.com/ibm/repo-template/releases/tag/v0.0.1

0 commit comments

Comments
 (0)