Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changelog #210

Merged
merged 6 commits into from Jul 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
54 changes: 54 additions & 0 deletions docs/reference/changelog.md
@@ -0,0 +1,54 @@
# Changelog
jpmckinney marked this conversation as resolved.
Show resolved Hide resolved

## [1.0.0.beta2] - yyyy-mm-dd

### Normative changes

* [#203](https://github.com/open-contracting-extensions/public-private-partnerships/pull/203) The core extensions have been upgraded to v1.1.4: Bid statistics and details, Location, Milestone documents, Process level title and description.
* [#205](https://github.com/open-contracting-extensions/public-private-partnerships/pull/205) The documentType codelist has been updated:
* 'contractSchedules' has been renamed to 'contractMilestones'.
* The description of 'needsAssessment' has been updated to match the description from OC4IDS.
* The description of 'environmentalImpact' has been updated to match the description from OC4IDS.

## Non-normative changes

* [#195](https://github.com/open-contracting-extensions/public-private-partnerships/pull/195) The documentation pages of all extensions have been moved to the new [Extension Explorer](https://extensions.open-contracting.org/).
* [#206](https://github.com/open-contracting-extensions/public-private-partnerships/pull/206) Links to the milestones extension documentation have been replaced with links to the OCDS milestones documentation.
* [#212](https://github.com/open-contracting-extensions/public-private-partnerships/pull/212) The codelist reference page has been updated to:
* Separate out codelists from OCDS which are reused without modification and those which are modified.
* Add codelists which were present in the profile but missing from the documentation.
* Add links to additional codelist documentation in the OCDS documentation and the Extension Explorer.
* [#209](https://github.com/open-contracting-extensions/public-private-partnerships/pull/209) A schema browser has been added.
* The build process for the documentation has been improved ([#182](https://github.com/open-contracting-extensions/public-private-partnerships/pull/182), [#183](https://github.com/open-contracting-extensions/public-private-partnerships/pull/183), [#184](https://github.com/open-contracting-extensions/public-private-partnerships/pull/184), [#185](https://github.com/open-contracting-extensions/public-private-partnerships/pull/185), [#190](https://github.com/open-contracting-extensions/public-private-partnerships/pull/190)).

### Fixes

* [#202](https://github.com/open-contracting-extensions/public-private-partnerships/pull/202), [#204](https://github.com/open-contracting-extensions/public-private-partnerships/pull/204) The worked example JSON files have been updated:
* Remove the `planning.budget.amount` field which is not referenced in the framework reference.
* Remove trailing '.0' from strings comprised entirely of numeric characters.
* Fix unresolvable organization references for shareholders.
* Correct incorrect use of the `identifier.uri` field.

## [1.0.0.beta] - 2018-08-16

This changelog entry indicates notable changes since the initial release of OCDS for PPPs. It is not intended to be a complete list of changes.

In addition to the specific changes below:

* [#121](https://github.com/open-contracting-extensions/public-private-partnerships/pull/121) Various fixes to codelist files (unquoted line breaks, blank rows, etc.)
* [#121](https://github.com/open-contracting-extensions/public-private-partnerships/pull/121) Various fixes to broken links, typos, grammar and capitalization in the documentation, schema and codelists.

### Normative changes

* [#121](https://github.com/open-contracting-extensions/public-private-partnerships/pull/121) The core extensions were upgraded to v1.1.3.
* [#133](https://github.com/open-contracting-extensions/public-private-partnerships/pull/133) Descriptions were added for the 'financeArrangements' and 'guaranteeReports' codes in the documentType codelist.

### Non-normative changes

* [#164](https://github.com/open-contracting-extensions/public-private-partnerships/pull/164) A patched release package schema is now distributed with the profile.
* [#121](https://github.com/open-contracting-extensions/public-private-partnerships/pull/121) The build process for the documentation was aligned with the common profile build process.

### Fixes

* [#121](https://github.com/open-contracting-extensions/public-private-partnerships/pull/121) `tag` `enum` updated to reflect changes to the `releaseTag` codelist.
* [#136](https://github.com/open-contracting-extensions/public-private-partnerships/pull/136) Set `uniqueItems` and `wholeListMerge` to `true` for `planning.project.additionalClassifications` and `planning.project.locations`.