Skip to content

Instantly share code, notes, and snippets.

@conorgil
Last active September 8, 2016 19:30
Show Gist options
  • Save conorgil/9a1ced861b75e5b85e9f327e10fd229e to your computer and use it in GitHub Desktop.
Save conorgil/9a1ced861b75e5b85e9f327e10fd229e to your computer and use it in GitHub Desktop.
Template change log following the http://keepachangelog.com/en/0.3.0/ proposed format

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

This file should conform to the format proposed in Keep a CHANGELOG v0.3.0. Here are the highlights:

  • List releases in reverse-chronological order (newest on top).
  • Write all dates in ISO8601 format. (Example: 2012-06-02 for June 2nd, 2012.)
  • Always have an Unreleased section at the top for keeping track of any changes made before the next release is published.
  • Group changes to describe their impact on the project, as follows:
  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for once-stable features which will be removed in upcoming releases.
  • Removed for deprecated features removed in this release.
  • Fixed for any bug fixes.
  • Security to invite users to upgrade in case of vulnerabilities.

Added

Changed

0.1.0 - 2015-10-06

Added

  • Initial release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment