From 45c05283cf345b4be83307e2e965a8542c60ed7e Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Wed, 3 Jul 2019 04:12:40 +0530 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..80694da --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,50 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] - yyyy-mm-dd + +Here we write upgrading notes for brands. It's a team effort to make them as +straightforward as possible. + +### Added +- [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX) + MINOR Ticket title goes here. +- [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY) + PATCH Ticket title goes here. + +### Changed + +### Fixed + +## [1.2.4] - 2017-03-15 + +Here we would have the update steps for 1.2.4 for people to follow. + +### Added + +### Changed + +- [PROJECTNAME-ZZZZ](http://tickets.projectname.com/browse/PROJECTNAME-ZZZZ) + PATCH Drupal.org is now used for composer. + +### Fixed + +- [PROJECTNAME-TTTT](http://tickets.projectname.com/browse/PROJECTNAME-TTTT) + PATCH Add logic to runsheet teaser delete to delete corresponding + schedule cards. + +## [1.2.3] - 2017-03-14 + +### Added + +### Changed + +### Fixed + +- [PROJECTNAME-UUUU](http://tickets.projectname.com/browse/PROJECTNAME-UUUU) + MINOR Fix module foo tests +- [PROJECTNAME-RRRR](http://tickets.projectname.com/browse/PROJECTNAME-RRRR) + MAJOR Module foo's timeline uses the browser timezone for date resolution