Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 712b62c

Browse files
committed
added changelog
1 parent a58bec6 commit 712b62c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file starting with v0.8.6.
4+
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5+
6+
Changes are grouped as follows:
7+
- **Added** for new features.
8+
- **Changed** for changes in existing functionality.
9+
- **Deprecated** for once-stable features removed in upcoming releases.
10+
- **Removed** for deprecated features removed in this release.
11+
- **Fixed** for any bug fixes.
12+
- **Security** to invite users to upgrade in case of vulnerabilities.
13+
14+
<!--
15+
Whitespace conventions:
16+
- 4 spaces before ## titles
17+
- 2 spaces before ### titles
18+
- 1 spaces before normal text
19+
-->
20+
21+
22+
23+
24+
## [0.8.6] - 2016-06-30
25+
26+
27+
### Fixed
28+
29+
- Method missing within a component was being reported as `incorrect const name` (#151)

0 commit comments

Comments
 (0)