From 9950f8d3956e3b00f2dbbe51dee9441b068100b4 Mon Sep 17 00:00:00 2001 From: Arthur Maltson Date: Fri, 10 Jun 2016 17:15:37 -0400 Subject: [PATCH 1/3] Add link back to keepachangelog.com Usually every time one adds entries to the changelog they forget the format. Making it clear what the format is for the CHANGELOG might help level set any contributors. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e2b6b..97e34d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +The format conforms to [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] ### Added From 292715a296cbbc3b36fa7a2c7991a129143cef12 Mon Sep 17 00:00:00 2001 From: Arthur Maltson Date: Sun, 10 Jul 2016 23:16:26 -0400 Subject: [PATCH 2/3] Nicer title for referring link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e34d5..df1ae97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -The format conforms to [keepachangelog.com](http://keepachangelog.com/). +The format conforms to [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] ### Added From 201f2f1d097b74eafbd89944a47d277a44b44485 Mon Sep 17 00:00:00 2001 From: Arthur Maltson Date: Sat, 20 Aug 2016 00:39:16 -0400 Subject: [PATCH 3/3] Modified per PR comment --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1ae97..490a04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). -The format conforms to [Keep a Changelog](http://keepachangelog.com/). + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added