Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 3, 2023
1 parent 3d1b39d commit d4e6897
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/history/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,26 @@ Per the [normative and non-normative content and changes policy](../governance/n
* [#1339](https://github.com/open-contracting/standard/pull/1339) Deprecate `packages`.
* [#1374](https://github.com/open-contracting/standard/pull/1374) Remove `records.minItems` requirement.
* [#1393](https://github.com/open-contracting/standard/pull/1393) Remove `releases` as a required field of the `Record` object.
* [#1640](https://github.com/open-contracting/standard/pull/1640) Refactor to move the `Record` definition to its own schema.
* [#1640](https://github.com/open-contracting/standard/pull/1640):
* Refactor to move the `Record` definition to its own schema.
* Records are no longer required to be unique.
* Deprecate fields and objects:
* `uri`
* `publisher`
* `license`
* `publicationPolicy`
* `publishedDate`

* Release package schema:
* [#1374](https://github.com/open-contracting/standard/pull/1374) Remove `releases.minItems` requirement.
* [#1640](https://github.com/open-contracting/standard/pull/1640):
* Releases are no longer required to be unique.
* Deprecate fields and objects:
* `uri`
* `publisher`
* `license`
* `publicationPolicy`
* `publishedDate`

* Improve the clarity of field descriptions in the release package schema and record package schema:
* [#1067](https://github.com/open-contracting/standard/pull/1067) `Publisher.name`, to indicate that it is the organization or department responsible for publishing the OCDS version of the data.
Expand Down

0 comments on commit d4e6897

Please sign in to comment.