We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a927ce8 commit 8c090a6Copy full SHA for 8c090a6
CHANGELOG.md
@@ -0,0 +1,26 @@
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
7
+## Convention
8
+### Added
9
+- for new features.
10
+### Changed
11
+- for changes in existing functionality.
12
+### Deprecated
13
+- for soon-to-be removed features.
14
+### Removed
15
+- for now removed features.
16
+### Fixed
17
+- for any bug fixes.
18
+### Security
19
+- in case of vulnerabilities.
20
21
+## [Unreleased]
22
23
24
+## [0.1.0] - 2017-08-17
25
26
+- Released first official release on GitHub: v0.1.0
0 commit comments