Table of Contents

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

Fixed

  • PROJECTNAME-TTTT PATCH Add logic to runsheet teaser delete to delete corresponding schedule cards.

[1.2.3] - 2017-03-14

Added

Changed

Fixed