Change Log
All notable changes to this API will be documented in this file.
[Unreleased] - yyyy-mm-dd
Added
TABLE
date AS "Date",
title AS "Title",
type AS "Type",
breaking AS "Breaking",
introduced_version AS "Introduced",
applies_to_versions AS "Applies To",
components AS "Components",
file.link AS "Note"
FROM "Docs/OpenAPI/Changelog"
WHERE status = "draft"
and type = "added"
Changed
TABLE
date AS "Date",
title AS "Title",
type AS "Type",
breaking AS "Breaking",
introduced_version AS "Introduced",
applies_to_versions AS "Applies To",
components AS "Components",
file.link AS "Note"
FROM "Docs/OpenAPI/Changelog"
WHERE status = "draft"
AND (type = "deprecated" OR type = "removed" OR type = "changed")
SORT date DESC
Fixed
TABLE
date AS "Date",
title AS "Title",
type AS "Type",
breaking AS "Breaking",
introduced_version AS "Introduced",
applies_to_versions AS "Applies To",
components AS "Components",
file.link AS "Note"
FROM "Docs/OpenAPI/Changelog"
WHERE status = "draft"
and type = "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 PATCH Drupal.org is now used for composer.
Fixed
- 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 MINOR Fix module foo tests
- PROJECTNAME-RRRR MAJOR Module foo's timeline uses the browser timezone for date resolution