aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <Tyil@users.noreply.github.com>2018-03-14 11:20:40 +0100
committerGitHub <noreply@github.com>2018-03-14 11:20:40 +0100
commitb0c043ee6433903a32da78f268ede0a502ac60d8 (patch)
tree69ddfff27974f5d28198323d8ba65cd74191d20d /CHANGELOG.md
parent750b429a3051115aa65a272511dbcf2dc4ba6ddb (diff)
parent1158310eee05e2771b982d7735b048ab688165dc (diff)
Merge pull request #4 from scriptkitties/hotfix/no-precompilation
Add no precompilation pragma
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..83ac7c8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+# 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).
+
+## [Unreleased]
+### Added
+- `LICENSE` file for Artistic License 2.0 ([GitHub#2](https://github.com/scriptkitties/p6-Hash-Merge/issues/2))
+- `no precompilation` pragma ([GitHub#1](https://github.com/scriptkitties/p6-Hash-Merge/issues/1))